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/patch | |
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/patch')
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r4.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/patch/patch-2.5.4-r3.ebuild b/sys-devel/patch/patch-2.5.4-r3.ebuild index dad1e9fb11b7..740493f3e14e 100644 --- a/sys-devel/patch/patch-2.5.4-r3.ebuild +++ b/sys-devel/patch/patch-2.5.4-r3.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/patch/patch-2.5.4-r3.ebuild,v 1.3 2002/07/09 20:13:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r3.ebuild,v 1.4 2002/07/10 13:45:39 aliz Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,6 +10,8 @@ SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" DEPEND="virtual/glibc" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" src_compile() { diff --git a/sys-devel/patch/patch-2.5.4-r4.ebuild b/sys-devel/patch/patch-2.5.4-r4.ebuild index 8512f9c69e0e..6be2bee54baa 100644 --- a/sys-devel/patch/patch-2.5.4-r4.ebuild +++ b/sys-devel/patch/patch-2.5.4-r4.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/patch/patch-2.5.4-r4.ebuild,v 1.2 2002/07/09 20:13:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r4.ebuild,v 1.3 2002/07/10 13:45:39 aliz Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,6 +10,8 @@ SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" DEPEND="virtual/glibc" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" src_compile() { |