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 | d5d480a4f91d6a5cfbc3d06a4c5123dd8fea3fd3 (patch) | |
tree | efa9767d67a8d40ad4edeb047ebd0d6ea463e404 /sys-devel/m4/m4-1.4o-r2.ebuild | |
parent | Added LICENSE and HOMEPAGE tags (diff) | |
download | historical-d5d480a4f91d6a5cfbc3d06a4c5123dd8fea3fd3.tar.gz historical-d5d480a4f91d6a5cfbc3d06a4c5123dd8fea3fd3.tar.bz2 historical-d5d480a4f91d6a5cfbc3d06a4c5123dd8fea3fd3.zip |
Added SLOT and KEYWORDS tags
Diffstat (limited to 'sys-devel/m4/m4-1.4o-r2.ebuild')
-rw-r--r-- | sys-devel/m4/m4-1.4o-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/m4/m4-1.4o-r2.ebuild b/sys-devel/m4/m4-1.4o-r2.ebuild index 64da7af557f6..ecf2c1bdcd97 100644 --- a/sys-devel/m4/m4-1.4o-r2.ebuild +++ b/sys-devel/m4/m4-1.4o-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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/m4/m4-1.4o-r2.ebuild,v 1.5 2002/07/09 20:13:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4o-r2.ebuild,v 1.6 2002/07/10 13:45:38 aliz Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,8 @@ DESCRIPTION="GNU macro processor" SRC_URI="ftp://ftp.seindal.dk/gnu/${A}" HOMEPAGE="http://www.gnu.org/software/m4/m4.html" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" DEPEND="virtual/glibc nls? ( sys-devel/gettext ) |