diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-04-07 13:36:44 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-04-07 13:36:44 +0000 |
commit | 3ad7e56693810f0e8a77096cb8a20ae67a63d810 (patch) | |
tree | 96c8f54953e29b4bb372080d1998f80c635e9f2e /sys-devel/autoconf/autoconf-2.13-r2.ebuild | |
parent | small fix (diff) | |
download | gentoo-2-3ad7e56693810f0e8a77096cb8a20ae67a63d810.tar.gz gentoo-2-3ad7e56693810f0e8a77096cb8a20ae67a63d810.tar.bz2 gentoo-2-3ad7e56693810f0e8a77096cb8a20ae67a63d810.zip |
added slots
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.13-r2.ebuild')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.13-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/autoconf/autoconf-2.13-r2.ebuild b/sys-devel/autoconf/autoconf-2.13-r2.ebuild index 7d48374685e9..ecaca53b90a4 100644 --- a/sys-devel/autoconf/autoconf-2.13-r2.ebuild +++ b/sys-devel/autoconf/autoconf-2.13-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13-r2.ebuild,v 1.4 2002/03/17 23:14:05 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13-r2.ebuild,v 1.5 2002/04/07 13:36:44 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Used to create autoconfiguration files" @@ -10,6 +10,8 @@ HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" DEPEND=">=sys-devel/m4-1.4o-r2" +SLOT="2" + src_unpack() { unpack ${A} |