diff options
author | Sam James <sam@gentoo.org> | 2023-04-22 12:59:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-22 12:59:55 +0100 |
commit | ebb3351a4cd7f14966ba296313f93719def3fe83 (patch) | |
tree | 57686c0196c9bb2aa226bc2742e96fe62b55e6ce /app-crypt | |
parent | app-crypt/gnupg: keyword ~arm64-macos (diff) | |
download | gentoo-ebb3351a4cd7f14966ba296313f93719def3fe83.tar.gz gentoo-ebb3351a4cd7f14966ba296313f93719def3fe83.tar.bz2 gentoo-ebb3351a4cd7f14966ba296313f93719def3fe83.zip |
app-crypt/gpgme: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.17.1-r2.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/gpgme/gpgme-1.18.0-r2.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/gpgme/gpgme-1.19.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild b/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild index 88b289cba2c4..fa2428cd5ff7 100644 --- a/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild +++ b/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild @@ -25,7 +25,7 @@ LICENSE="GPL-2 LGPL-2.1" # Use e.g. app-portage/iwdevtools integration with dev-libs/libabigail's abidiff. # Subslot: SONAME of each: <libgpgme.libgpgmepp.libqgpgme> SLOT="1/11.6.15" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="common-lisp static-libs +cxx python qt5 test" RESTRICT="!test? ( test )" diff --git a/app-crypt/gpgme/gpgme-1.18.0-r2.ebuild b/app-crypt/gpgme/gpgme-1.18.0-r2.ebuild index d86b4ef52693..5b6f010ff7a2 100644 --- a/app-crypt/gpgme/gpgme-1.18.0-r2.ebuild +++ b/app-crypt/gpgme/gpgme-1.18.0-r2.ebuild @@ -27,7 +27,7 @@ LICENSE="GPL-2 LGPL-2.1" # Bump FUDGE if a release is made which breaks ABI without changing SONAME. # (Reset to 0 if FUDGE != 0 if libgpgme/libgpgmepp/libqpggme change.) SLOT="1/11.6.15.1" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="common-lisp static-libs +cxx python qt5 test" RESTRICT="!test? ( test )" diff --git a/app-crypt/gpgme/gpgme-1.19.0.ebuild b/app-crypt/gpgme/gpgme-1.19.0.ebuild index 93eccd707136..9d2e1b4f6143 100644 --- a/app-crypt/gpgme/gpgme-1.19.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.19.0.ebuild @@ -29,7 +29,7 @@ LICENSE="GPL-2 LGPL-2.1" # Bump FUDGE if a release is made which breaks ABI without changing SONAME. # (Reset to 0 if FUDGE != 0 if libgpgme/libgpgmepp/libqpggme change.) SLOT="1/11.6.15.2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="common-lisp static-libs +cxx python qt5 test" RESTRICT="!test? ( test )" REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )" |