diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-22 11:15:31 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-22 11:15:31 +0000 |
commit | 7ce103b35c30fee9d19ef14884c3149dab207abb (patch) | |
tree | 1409db0e071faa67f2d1e22a66d05ce140b2e0d9 /app-crypt | |
parent | media-libs/fcft: Stabilize 3.1.5 amd64, #907852 (diff) | |
download | gentoo-7ce103b35c30fee9d19ef14884c3149dab207abb.tar.gz gentoo-7ce103b35c30fee9d19ef14884c3149dab207abb.tar.bz2 gentoo-7ce103b35c30fee9d19ef14884c3149dab207abb.zip |
app-crypt/gpgme: Stabilize 1.23.1 ppc, #916950
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-crypt')
-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 fd82ac57ce98..4f7bca828c57 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} )" |