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 24F6E138330 for ; Sat, 26 May 2018 10:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45817E041F; Sat, 26 May 2018 10:26:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14B9FE041F for ; Sat, 26 May 2018 10:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EE75335C96 for ; Sat, 26 May 2018 10:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB18B2A4 for ; Sat, 26 May 2018 10:26:55 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527330409.3af8463e10eae16b45a78be17a1257e7828dc14e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcmciautils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild X-VCS-Directories: sys-apps/pcmciautils/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3af8463e10eae16b45a78be17a1257e7828dc14e X-VCS-Branch: master Date: Sat, 26 May 2018 10:26:55 +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: 771d120f-fa5f-416a-8f01-7b122fd628e5 X-Archives-Hash: 9007f9e8f77d55886673ed278da40669 commit: 3af8463e10eae16b45a78be17a1257e7828dc14e Author: Mikle Kolyada gentoo org> AuthorDate: Sat May 26 10:25:59 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat May 26 10:26:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af8463e sys-apps/pcmciautils: ppc stable wrt bug #651716 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild b/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild index 16f47c72c26..b5f7e994248 100644 --- a/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild +++ b/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${MY_PV}.orig.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~ppc ~sh x86" +KEYWORDS="amd64 arm ppc sh x86" IUSE="debug staticsocket" RDEPEND="virtual/modutils"