diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 13:45:39 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 13:45:39 +0000 |
commit | 552c0ff9fa473c3ad851fba868d8919c9e657237 (patch) | |
tree | 2f0dde33215cb8fa852050fa4af21ea8d636cf5e /sys-devel/automake/automake-1.4_p5.ebuild | |
parent | Added LICENSE and HOMEPAGE tags (diff) | |
download | gentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.tar.gz gentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.tar.bz2 gentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.zip |
Added SLOT and KEYWORDS tags
Diffstat (limited to 'sys-devel/automake/automake-1.4_p5.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.4_p5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.4_p5.ebuild b/sys-devel/automake/automake-1.4_p5.ebuild index 2633b0fa078a..0fac40db0d6a 100644 --- a/sys-devel/automake/automake-1.4_p5.ebuild +++ b/sys-devel/automake/automake-1.4_p5.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/automake/automake-1.4_p5.ebuild,v 1.5 2002/07/09 20:13:54 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p5.ebuild,v 1.6 2002/07/10 13:45:38 aliz Exp $ MY_P=${P/_/-} S=${WORKDIR}/${MY_P} @@ -9,6 +9,7 @@ DESCRIPTION="Used to generate Makefile.in from Makefile.am" SRC_URI="ftp://prep.ai.mit.edu/gnu/automake/${MY_P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/automake/automake.html" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="sys-devel/perl" |