summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-03-09 11:49:59 -0400
committerMike Gilbert <floppym@gentoo.org>2020-03-09 11:50:13 -0400
commit44685b871e1be26243825fab9083e7d139159d0a (patch)
treed01cbbdf0dd97bc19edee166ce6945f828ce0995 /app-crypt/gpgme/gpgme-1.13.0.ebuild
parentdev-lang/go: remove unstable 1.13.x versions (diff)
downloadgentoo-44685b871e1be26243825fab9083e7d139159d0a.tar.gz
gentoo-44685b871e1be26243825fab9083e7d139159d0a.tar.bz2
gentoo-44685b871e1be26243825fab9083e7d139159d0a.zip
app-crypt/gpgme: set IUSE="+cxx"
In preparation for removing USE="cxx" from the base profile, enable this locally to satisfy a dependency in app-office/libreoffice. Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-crypt/gpgme/gpgme-1.13.0.ebuild')
-rw-r--r--app-crypt/gpgme/gpgme-1.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.13.0.ebuild b/app-crypt/gpgme/gpgme-1.13.0.ebuild
index 6166bcaf0672..468bd09c42e7 100644
--- a/app-crypt/gpgme/gpgme-1.13.0.ebuild
+++ b/app-crypt/gpgme/gpgme-1.13.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="1/11" # subslot = soname major version
KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="common-lisp static-libs cxx python qt5"
+IUSE="common-lisp static-libs +cxx python qt5"
COMMON_DEPEND=">=app-crypt/gnupg-2
>=dev-libs/libassuan-2.0.2:=