diff options
author | Sam James <sam@gentoo.org> | 2023-08-19 12:37:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-19 12:37:32 +0100 |
commit | 772700cc3dacb0a5d93345532c7a9e58a6b37dc8 (patch) | |
tree | 3d6a6ac753e957977c9568efd4d60ad0f2009e99 /app-crypt/gpgme | |
parent | app-portage/getuto: update upstream metadata (diff) | |
download | gentoo-772700cc3dacb0a5d93345532c7a9e58a6b37dc8.tar.gz gentoo-772700cc3dacb0a5d93345532c7a9e58a6b37dc8.tar.bz2 gentoo-772700cc3dacb0a5d93345532c7a9e58a6b37dc8.zip |
app-crypt/gpgme: Stabilize 1.21.0 sparc, #911192
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.21.0.ebuild b/app-crypt/gpgme/gpgme-1.21.0.ebuild index f1f283dbfa22..e8e7a9ec81f4 100644 --- a/app-crypt/gpgme/gpgme-1.21.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.21.0.ebuild @@ -30,7 +30,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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="common-lisp static-libs +cxx python qt5 test" RESTRICT="!test? ( test )" REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )" |