diff options
author | Sam James <sam@gentoo.org> | 2023-10-08 00:27:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-08 00:27:09 +0100 |
commit | b07b125ecec74ce4c788a4864b5d87bccb94592b (patch) | |
tree | 03f4d054bffa77fd507903ce7a0e3b97d6aa60f3 /app-crypt/gpgme | |
parent | media-video/motion: fix build w/ newer libwebp (diff) | |
download | gentoo-b07b125ecec74ce4c788a4864b5d87bccb94592b.tar.gz gentoo-b07b125ecec74ce4c788a4864b5d87bccb94592b.tar.bz2 gentoo-b07b125ecec74ce4c788a4864b5d87bccb94592b.zip |
app-crypt/gpgme: Stabilize 1.22.0 hppa, #913891
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.22.0.ebuild b/app-crypt/gpgme/gpgme-1.22.0.ebuild index 8ae4f686b180..e6dba534b7c0 100644 --- a/app-crypt/gpgme/gpgme-1.22.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.22.0.ebuild @@ -33,7 +33,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} )" |