diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-03 19:46:06 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-03 19:46:06 +0300 |
commit | ed535f8770fcb40b93e35f81bf97ec79936a3719 (patch) | |
tree | 88e3d993ab5949ff4b1691104b315130086d800a /app-crypt/gpgme | |
parent | app-backup/borgbackup: Stabilize 1.2.6 amd64, #913571 (diff) | |
download | gentoo-ed535f8770fcb40b93e35f81bf97ec79936a3719.tar.gz gentoo-ed535f8770fcb40b93e35f81bf97ec79936a3719.tar.bz2 gentoo-ed535f8770fcb40b93e35f81bf97ec79936a3719.zip |
app-crypt/gpgme: Stabilize 1.21.0 hppa, #911192
Signed-off-by: Arthur Zamarin <arthurzam@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 429924f9704b..bf96e11ac159 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} )" |