diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-05-30 13:53:48 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-05-30 13:53:48 +0000 |
commit | ee0fa400af4d5e726df02c551dd440f1ee9ff585 (patch) | |
tree | d0aea15a1a11e9b4071eee452f49aead392b2edd /app-crypt | |
parent | Version bump, also fixing build with as-needed wrt bug 248556. Thanks Diego f... (diff) | |
download | gentoo-2-ee0fa400af4d5e726df02c551dd440f1ee9ff585.tar.gz gentoo-2-ee0fa400af4d5e726df02c551dd440f1ee9ff585.tar.bz2 gentoo-2-ee0fa400af4d5e726df02c551dd440f1ee9ff585.zip |
Disable symcryptrun on Solaris, there is no openpty out there
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index 10de8bdfa24c..e59bcef86596 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gnupg # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.371 2010/05/26 15:41:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.372 2010/05/30 13:53:48 grobian Exp $ + + 30 May 2010; Fabian Groffen <grobian@gentoo.org> gnupg-2.0.15.ebuild: + Disable symcryptrun on Solaris, there is no openpty out there 26 May 2010; Markos Chandras <hwoarang@gentoo.org> gnupg-2.0.15.ebuild: Stable on amd64 wrt bug #320037 diff --git a/app-crypt/gnupg/gnupg-2.0.15.ebuild b/app-crypt/gnupg/gnupg-2.0.15.ebuild index cc481961ce7b..07e943e82346 100644 --- a/app-crypt/gnupg/gnupg-2.0.15.ebuild +++ b/app-crypt/gnupg/gnupg-2.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.15.ebuild,v 1.5 2010/05/26 15:41:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.15.ebuild,v 1.6 2010/05/30 13:53:48 grobian Exp $ EAPI="3" @@ -54,13 +54,13 @@ src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --enable-symcryptrun \ --enable-gpg \ --enable-gpgsm \ --enable-agent \ $(use_with adns) \ $(use_enable bzip2) \ $(use_enable smartcard scdaemon) \ + $(use_enable !elibc_SunOS symcryptrun) \ $(use_enable nls) \ $(use_enable ldap) \ $(use_with caps capabilities) \ |