diff options
author | 2023-11-22 00:25:13 +0000 | |
---|---|---|
committer | 2023-11-22 00:25:13 +0000 | |
commit | 9368270cf5d8ad8fcb7e81fb71f909d99f276d5c (patch) | |
tree | 18099842aa50f42065a14383803ca727ade85da7 /app-crypt/gpgme | |
parent | sys-devel/automake-vanilla: add 1.15.1 (diff) | |
download | gentoo-9368270cf5d8ad8fcb7e81fb71f909d99f276d5c.tar.gz gentoo-9368270cf5d8ad8fcb7e81fb71f909d99f276d5c.tar.bz2 gentoo-9368270cf5d8ad8fcb7e81fb71f909d99f276d5c.zip |
app-crypt/gpgme: Stabilize 1.23.1 sparc, #916950
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.23.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.23.1.ebuild b/app-crypt/gpgme/gpgme-1.23.1.ebuild index a1a887b15b75..fd82ac57ce98 100644 --- a/app-crypt/gpgme/gpgme-1.23.1.ebuild +++ b/app-crypt/gpgme/gpgme-1.23.1.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} )" |