diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-24 19:35:46 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-24 19:35:46 +0000 |
commit | bc0d36ca3c12bf395c96ccfab8746dc86a83e46a (patch) | |
tree | 8cbc091f3aee43081bc73bf011d80d97e64ab9a5 /app-crypt/gpgme | |
parent | app-office/libreoffice-bin-debug: Stabilize 7.5.6.2 amd64, #913891 (diff) | |
download | gentoo-bc0d36ca3c12bf395c96ccfab8746dc86a83e46a.tar.gz gentoo-bc0d36ca3c12bf395c96ccfab8746dc86a83e46a.tar.bz2 gentoo-bc0d36ca3c12bf395c96ccfab8746dc86a83e46a.zip |
app-crypt/gpgme: Stabilize 1.22.0 arm64, #913891
Signed-off-by: Arthur Zamarin <arthurzam@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 1a542a4d13f6..c00eac7387c4 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} )" |