diff options
author | Sam James <sam@gentoo.org> | 2022-11-25 07:57:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-25 07:57:13 +0000 |
commit | 37c7dad1f5c10a296286c40cfd5443c3bc42e532 (patch) | |
tree | ce1acd5f84f8cceb82d89662723ddddb70efbd90 /app-crypt | |
parent | sci-libs/geos: Stabilize 3.11.0 x86, #882907 (diff) | |
download | gentoo-37c7dad1f5c10a296286c40cfd5443c3bc42e532.tar.gz gentoo-37c7dad1f5c10a296286c40cfd5443c3bc42e532.tar.bz2 gentoo-37c7dad1f5c10a296286c40cfd5443c3bc42e532.zip |
app-crypt/gpgme: Stabilize 1.18.0-r2 arm64, #882901
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.18.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.18.0-r2.ebuild b/app-crypt/gpgme/gpgme-1.18.0-r2.ebuild index bee66d0d2778..1a20a5d9bffd 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 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="common-lisp static-libs +cxx python qt5 test" RESTRICT="!test? ( test )" |