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 420E41382C5 for ; Tue, 6 Feb 2018 19:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9605CE0BE4; Tue, 6 Feb 2018 19:35:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 72901E0BE4 for ; Tue, 6 Feb 2018 19:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9FC4A335C33 for ; Tue, 6 Feb 2018 19:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01CB31CE for ; Tue, 6 Feb 2018 19:35:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517945709.1af0994134627699f0be86c6c157394821f8c59e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libchipcard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libchipcard/libchipcard-5.0.2.ebuild X-VCS-Directories: sys-libs/libchipcard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1af0994134627699f0be86c6c157394821f8c59e X-VCS-Branch: master Date: Tue, 6 Feb 2018 19:35:28 +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: b1dea0bb-c3d8-4698-aab3-292df23c1ae6 X-Archives-Hash: a5f5db7c1131a9186b1f7dfd3dfc1d15 commit: 1af0994134627699f0be86c6c157394821f8c59e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 4 22:21:56 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 6 19:35:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af09941 sys-libs/libchipcard: De-stabilise hppa No one did it back then, so I'll do now in order to cleanup. Bug: https://bugs.gentoo.org/590626 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-libs/libchipcard/libchipcard-5.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libchipcard/libchipcard-5.0.2.ebuild b/sys-libs/libchipcard/libchipcard-5.0.2.ebuild index eda40089b65..8c2d65dcf83 100644 --- a/sys-libs/libchipcard/libchipcard-5.0.2.ebuild +++ b/sys-libs/libchipcard/libchipcard-5.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -9,7 +9,7 @@ SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=02&release LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86" IUSE="doc examples" RDEPEND=">=sys-libs/gwenhywfar-4.2.1