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 728C5139694 for ; Sun, 26 Feb 2017 17:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 453D4E0C4D; Sun, 26 Feb 2017 17:08:07 +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 1D42AE0C4D for ; Sun, 26 Feb 2017 17:08:07 +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 B84C2340806 for ; Sun, 26 Feb 2017 17:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A705571 for ; Sun, 26 Feb 2017 17:08:03 +0000 (UTC) From: "Michael Weber" 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 Weber" Message-ID: <1488128838.eb1b3a9757d294c2597d9ac4457747253935d9b4.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debhelper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/debhelper/debhelper-9.20160814.ebuild X-VCS-Directories: dev-util/debhelper/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: eb1b3a9757d294c2597d9ac4457747253935d9b4 X-VCS-Branch: master Date: Sun, 26 Feb 2017 17:08:03 +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: 47351f98-48d1-4464-8f97-6bd9dcd90640 X-Archives-Hash: 63672d86b91b066be96c6253a1a2fff0 commit: eb1b3a9757d294c2597d9ac4457747253935d9b4 Author: Michael Weber gentoo org> AuthorDate: Sun Feb 26 17:07:18 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Sun Feb 26 17:07:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1b3a97 dev-util/debhelper: ppc stable (bug 593768). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/debhelper/debhelper-9.20160814.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/debhelper/debhelper-9.20160814.ebuild b/dev-util/debhelper/debhelper-9.20160814.ebuild index e432d10ccb..5c9256dcc7 100644 --- a/dev-util/debhelper/debhelper-9.20160814.ebuild +++ b/dev-util/debhelper/debhelper-9.20160814.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~m68k ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" +KEYWORDS="alpha amd64 arm hppa ~m68k ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" IUSE="test" DH_LINGUAS=( de es fr ) IUSE+=" ${DH_LINGUAS[@]/#/linguas_}"