diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-24 20:40:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-24 20:40:00 +0000 |
commit | dfc0d7639a7b60c650810d474935d0ac84e6aafd (patch) | |
tree | b3008f91ac3f5215147faab32afeafd2b58efc02 /sys-apps/acl | |
parent | added automake to depends (diff) | |
download | gentoo-2-dfc0d7639a7b60c650810d474935d0ac84e6aafd.tar.gz gentoo-2-dfc0d7639a7b60c650810d474935d0ac84e6aafd.tar.bz2 gentoo-2-dfc0d7639a7b60c650810d474935d0ac84e6aafd.zip |
Add autoconf to dependency list
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/acl/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13.ebuild | 5 |
4 files changed, 15 insertions, 8 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index 65f6950fb4db..3dddc4714fc4 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/acl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.14 2003/08/29 00:05:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.15 2003/09/24 20:39:58 seemant Exp $ + + 24 Sep 2003; Seemant Kulleen <seemant@gentoo.org> acl-2.2.13-r1.ebuild, + acl-2.2.13.ebuild: + add autoconf to dependency list -- thanks again to Jared Hudso + <jhhudso@gentoo.org> *acl-2.2.13-r1 (28 Aug 2003) diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index 5070a49c291f..9e8e701252eb 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,7 +1,7 @@ -MD5 5ae0acabb8b2894de37e6db0174d48ab acl-2.2.13-r1.ebuild 1302 +MD5 6c236f68e6953490708bab1ee3d14087 acl-2.2.13-r1.ebuild 1322 MD5 e7b819d07c2be67280f0a84473ad9cc1 acl-2.1.1-r1.ebuild 1145 -MD5 0f6ad7caf30e59385aab2a73f0f3de72 acl-2.2.13.ebuild 1236 -MD5 7134ebb16d8188bd4d8c7760461bc6e7 ChangeLog 2500 +MD5 7c2d5b28f6b3973f6e8bdd42671afd56 acl-2.2.13.ebuild 1256 +MD5 e85363ec31baa93fd307a6439a26edb4 ChangeLog 2684 MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65 MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r1 66 MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66 diff --git a/sys-apps/acl/acl-2.2.13-r1.ebuild b/sys-apps/acl/acl-2.2.13-r1.ebuild index d59d0f05f80c..36300d6db449 100644 --- a/sys-apps/acl/acl-2.2.13-r1.ebuild +++ b/sys-apps/acl/acl-2.2.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r1.ebuild,v 1.3 2003/09/13 17:38:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r1.ebuild,v 1.4 2003/09/24 20:39:58 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Access control list utilities, libraries and headers" @@ -11,7 +11,8 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" -DEPEND="sys-apps/attr" +DEPEND="sys-apps/attr + sys-devel/autoconf" src_compile() { OPTIMIZER="${CFLAGS}" diff --git a/sys-apps/acl/acl-2.2.13.ebuild b/sys-apps/acl/acl-2.2.13.ebuild index 6e9bf7388e0b..2855d21d694e 100644 --- a/sys-apps/acl/acl-2.2.13.ebuild +++ b/sys-apps/acl/acl-2.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13.ebuild,v 1.3 2003/09/13 17:38:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13.ebuild,v 1.4 2003/09/24 20:39:58 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Access control list utilities, libraries and headers" @@ -11,7 +11,8 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" -DEPEND="sys-apps/attr" +DEPEND="sys-apps/attr + sys-devel/autoconf" src_compile() { OPTIMIZER="${CFLAGS}" |