From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A68EB13832E for ; Sun, 7 Aug 2016 16:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B18E0B69; Sun, 7 Aug 2016 16:14:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A7B2E0B69 for ; Sun, 7 Aug 2016 16:14:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA11B34087F for ; Sun, 7 Aug 2016 16:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E54B71B9B for ; Sun, 7 Aug 2016 16:14:44 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1470586478.1c666b71b428b1aa47c2ca5ef947cc4a63c7aa7c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1c666b71b428b1aa47c2ca5ef947cc4a63c7aa7c X-VCS-Branch: master Date: Sun, 7 Aug 2016 16:14:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5f9b8fbf-7c1e-463c-8702-87d366878ab8 X-Archives-Hash: 59dad908c42052d4ca1f2f52af911517 commit: 1c666b71b428b1aa47c2ca5ef947cc4a63c7aa7c Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Aug 6 22:13:08 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 7 16:14:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c666b71 kde5-functions.eclass: Fix SRC_URI for kde-l10n-15.12.3 eclass/kde5-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 7e91cc6..da4cd1e 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -50,7 +50,7 @@ esac if [[ ${KMNAME-${PN}} = kdevelop ]]; then KDEBASE=kdevelop elif [[ ${KMNAME} = kde-l10n || ${PN} = kde-l10n ]]; then - KDEBASE=kdel10n + [[ ${PV} != 15.12.3 ]] && KDEBASE=kdel10n fi debug-print "${ECLASS}: ${KDEBASE} ebuild recognized"