From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E932138262 for ; Wed, 18 May 2016 13:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02C7621C03C; Wed, 18 May 2016 13:26:03 +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 8EDC121C03E for ; Wed, 18 May 2016 13:26:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 092343409A4 for ; Wed, 18 May 2016 13:26:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23CD7972 for ; Wed, 18 May 2016 13:25:58 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1463577927.3d30bedc41bf005aa758a7c77e8f69d96fed432e.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kde4-l10n/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kde4-l10n/kde4-l10n-16.04.1.ebuild X-VCS-Directories: kde-apps/kde4-l10n/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3d30bedc41bf005aa758a7c77e8f69d96fed432e X-VCS-Branch: master Date: Wed, 18 May 2016 13:25:58 +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: f68a50c7-f2a0-409a-95fb-d2bbd5fc68a4 X-Archives-Hash: a8ae6a697fdb6cd1dfb2f1a8948ac619 commit: 3d30bedc41bf005aa758a7c77e8f69d96fed432e Author: Andreas Sturmlechner gmail com> AuthorDate: Sun May 15 08:20:09 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed May 18 13:25:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d30bedc kde-apps/kde4-l10n: Turn blocker into dependency, set minimal by default It is not unreasonable to think of kde4-l10n[minimal] as incomplete without having kde-l10n installed. At the same time this helps portage figure out the dependency instead of showing a conflict. Eases use of non-plasma profiles. This drops keywords: ~arm ~ppc ~ppc64 ~x86-fbsd ~amd64-linux ~x86-linux Package-Manager: portage-2.2.28 Signed-off-by: Johannes Huber gentoo.org> kde-apps/kde4-l10n/kde4-l10n-16.04.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kde-apps/kde4-l10n/kde4-l10n-16.04.1.ebuild b/kde-apps/kde4-l10n/kde4-l10n-16.04.1.ebuild index 65c9eef..71998b3 100644 --- a/kde-apps/kde4-l10n/kde4-l10n-16.04.1.ebuild +++ b/kde-apps/kde4-l10n/kde4-l10n-16.04.1.ebuild @@ -11,13 +11,14 @@ inherit kde4-base DESCRIPTION="KDE internationalization package" HOMEPAGE="http://l10n.kde.org" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86" DEPEND=" sys-devel/gettext " RDEPEND=" - !=kde-apps/kde-l10n-${PV} ) " REMOVE_DIRS="${FILESDIR}/${PN}-16.03.91-remove-dirs" @@ -33,7 +34,7 @@ MY_LANGS="ar ast bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk sl sr sv tr ug uk wa zh_CN zh_TW" -IUSE="minimal test $(printf 'linguas_%s ' ${MY_LANGS})" +IUSE="+minimal test $(printf 'linguas_%s ' ${MY_LANGS})" URI_BASE="${SRC_URI/-${PV}.tar.xz/}" LURI_BASE="mirror://kde/stable/${LV}/src/${KMNAME}"