commit: c30b52d8aa88cbf3befd79e144aefd3df9ae41ab Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Feb 1 12:15:46 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Feb 1 12:15:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30b52d8
dev-libs/opensc: remove alpha, arm, hppa, ia64, m68k, ppc, s390, sparc Closes: https://github.com/gentoo/gentoo/pull/29378 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-libs/opensc/opensc-0.22.0.ebuild | 4 ++-- dev-libs/opensc/opensc-0.23.0.ebuild | 2 +- profiles/arch/arm/package.use.mask | 4 ---- profiles/arch/hppa/package.use.mask | 4 ---- profiles/arch/ia64/package.use.mask | 4 ---- profiles/arch/s390/package.use.mask | 4 ---- profiles/arch/sparc/package.use.mask | 4 ---- 7 files changed, 3 insertions(+), 23 deletions(-) diff --git a/dev-libs/opensc/opensc-0.22.0.ebuild b/dev-libs/opensc/opensc-0.22.0.ebuild index d41e3ba56301..f4aee906f6aa 100644 --- a/dev-libs/opensc/opensc-0.22.0.ebuild +++ b/dev-libs/opensc/opensc-0.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="amd64 ppc64 x86" IUSE="ctapi doc openct notify +pcsc-lite readline secure-messaging ssl test zlib" RESTRICT="!test? ( test )" diff --git a/dev-libs/opensc/opensc-0.23.0.ebuild b/dev-libs/opensc/opensc-0.23.0.ebuild index 1ee2ae53a2fa..1a356b477973 100644 --- a/dev-libs/opensc/opensc-0.23.0.ebuild +++ b/dev-libs/opensc/opensc-0.23.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="ctapi doc openct openpace notify +pcsc-lite readline secure-messaging ssl test zlib" RESTRICT="!test? ( test )" diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 2cf2b008d3cb..a359b831e8a5 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# David Seifert <[email protected]> (2023-02-01) -# not keyworded yet, bug #892802 -dev-libs/opensc openpace - # Florian Schmaus <[email protected]> (2022-11-23) # avoid larger deptree, bug #882593 dev-python/bracex doc diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 7f0143034b0e..073c161ed52c 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,10 +4,6 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. -# David Seifert <[email protected]> (2023-02-01) -# not keyworded yet, bug #892802 -dev-libs/opensc openpace - # Sam James <[email protected]> (2022-12-26) # Unkeyworded dependencies dev-util/diffoscope opendocument pascal pdf R diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 2228c2c92b75..78e6aa7442c5 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# David Seifert <[email protected]> (2023-02-01) -# not keyworded yet, bug #892802 -dev-libs/opensc openpace - # Sam James <[email protected]> (2022-12-26) # Unkeyworded dependencies dev-util/diffoscope opendocument pascal pdf R diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index fac076ab408a..953f2e3d4516 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# David Seifert <[email protected]> (2023-02-01) -# not keyworded yet, bug #892802 -dev-libs/opensc openpace - # Florian Schmaus <[email protected]> (2022-11-23) # avoid larger deptree, bug #882593 dev-python/bracex doc diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 3cbf63a15942..c460aac2ca72 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# David Seifert <[email protected]> (2023-02-01) -# not keyworded yet, bug #892802 -dev-libs/opensc openpace - # Sam James <[email protected]> (2023-01-31) # jit not supported on sparc32 or sparc64 dev-libs/libpcre2 jit
