diff options
author | 2007-01-05 09:34:30 +0000 | |
---|---|---|
committer | 2007-01-05 09:34:30 +0000 | |
commit | 3434ed5e494c26be00dbf16de5ead30b63644d8a (patch) | |
tree | 22ff29d708df50da1f0f04f346a09444ae78a078 /dev-libs | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-3434ed5e494c26be00dbf16de5ead30b63644d8a.tar.gz gentoo-2-3434ed5e494c26be00dbf16de5ead30b63644d8a.tar.bz2 gentoo-2-3434ed5e494c26be00dbf16de5ead30b63644d8a.zip |
Added autotools variables, bug#160135, thanks to jacub
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libgcrypt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.2.3-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-libs/libgcrypt/ChangeLog b/dev-libs/libgcrypt/ChangeLog index ac982e92da8e..871598eeae0b 100644 --- a/dev-libs/libgcrypt/ChangeLog +++ b/dev-libs/libgcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libgcrypt # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.84 2007/01/05 08:57:10 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.85 2007/01/05 09:34:30 alonbl Exp $ + + 05 Jan 2007; Alon Bar-Lev <alonbl@gentoo.org> libgcrypt-1.2.3-r1.ebuild: + Added autotools variables, bug#160135, thanks to jacub 05 Jan 2007; Alon Bar-Lev <alonbl@gentoo.org> libgcrypt-1.2.3-r1.ebuild: Fixing idea url to upstream, who publish our patch now diff --git a/dev-libs/libgcrypt/libgcrypt-1.2.3-r1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.2.3-r1.ebuild index 0975afb16fe5..19abdce6295c 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.2.3-r1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.2.3-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.3-r1.ebuild,v 1.3 2007/01/05 08:57:10 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.3-r1.ebuild,v 1.4 2007/01/05 09:34:30 alonbl Exp $ + +WANT_AUTOMAKE='latest' +WANT_AUTOCONF='latest' inherit eutils autotools |