diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-08-03 15:52:42 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-08-03 15:52:42 +0000 |
commit | 61d6a270ee1ac8866d2f22054afb4c898b91921a (patch) | |
tree | ad13a169ca677a38287cacbeb06a2e5a7efe218f /sys-devel/patch | |
parent | Added hppa to KEYWORDS. (diff) | |
download | historical-61d6a270ee1ac8866d2f22054afb4c898b91921a.tar.gz historical-61d6a270ee1ac8866d2f22054afb4c898b91921a.tar.bz2 historical-61d6a270ee1ac8866d2f22054afb4c898b91921a.zip |
Bump to stable
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/ChangeLog | 4 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index 829e3eb1f650..d3ae1ea9eddf 100644 --- a/sys-devel/patch/ChangeLog +++ b/sys-devel/patch/ChangeLog @@ -1,7 +1,9 @@ # ChangeLog for sys-devel/patch # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.16 2003/07/06 09:10:57 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.17 2003/08/03 15:52:42 azarah Exp $ + 03 Aug 2003; Martin Schlemmer <azarah@gentoo.org> patch-2.5.9.ebuild: + Bump to stable. *patch-2.5.9 (17 Jun 2003) diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index 6e487dbbf9f2..9ab208752a55 100644 --- a/sys-devel/patch/patch-2.5.9.ebuild +++ b/sys-devel/patch/patch-2.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.9.ebuild,v 1.5 2003/07/16 14:10:54 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.6 2003/08/03 15:52:42 azarah Exp $ IUSE="build static" @@ -11,7 +11,7 @@ SRC_URI="http://alpha.gnu.org/gnu/patch/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~x86 ppc sparc ~alpha mips ~hppa ~arm" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm" DEPEND="virtual/glibc" |