diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 14:31:33 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 14:31:33 +0000 |
commit | 864a33f6934ba7fd1669451999a36a1d9e6b3db3 (patch) | |
tree | 41fe57d3f45f0081df2224194e966566bf508d7c /sys-devel | |
parent | Added mips to keywords (diff) | |
download | historical-864a33f6934ba7fd1669451999a36a1d9e6b3db3.tar.gz historical-864a33f6934ba7fd1669451999a36a1d9e6b3db3.tar.bz2 historical-864a33f6934ba7fd1669451999a36a1d9e6b3db3.zip |
Added mips to keywords
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/patch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index 4a4e75f30962..79832406cc94 100644 --- a/sys-devel/patch/ChangeLog +++ b/sys-devel/patch/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for sys-devel/patch # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.4 2002/12/13 11:00:39 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.5 2003/01/18 14:31:33 tuxus Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *patch-2.5.4-r4 (15 Feb 2002) + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + 15 Feb 2002; M.Thibaut <murphy@gentoo.org> ChangeLog : Added configuration flags that ensure correct compilation of the program diff --git a/sys-devel/patch/patch-2.5.4-r4.ebuild b/sys-devel/patch/patch-2.5.4-r4.ebuild index 7bd7185bf8fe..47814ca70f8c 100644 --- a/sys-devel/patch/patch-2.5.4-r4.ebuild +++ b/sys-devel/patch/patch-2.5.4-r4.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r4.ebuild,v 1.11 2002/12/15 10:44:24 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r4.ebuild,v 1.12 2003/01/18 14:31:33 tuxus Exp $ + A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/patch/patch.html" DEPEND="virtual/glibc" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha mips" src_compile() { |