diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-04 08:04:01 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-04 08:04:01 +0000 |
commit | 1af072aa1ba01b4601b58f9b6c9e4acb915a822a (patch) | |
tree | d07e54ac2b3ea540fd4b58de083be07a9c50377f /dev-util/patchutils | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-1af072aa1ba01b4601b58f9b6c9e4acb915a822a.tar.gz gentoo-2-1af072aa1ba01b4601b58f9b6c9e4acb915a822a.tar.bz2 gentoo-2-1af072aa1ba01b4601b58f9b6c9e4acb915a822a.zip |
Stable on alpha.
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index 19f99bb7f290..32977bc6b024 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/patchutils # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.15 2004/04/19 01:42:54 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.16 2004/06/04 08:01:56 kloeri Exp $ + + 04 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> patchutils-0.2.29.ebuild: + Stable on alpha. 18 Apr 2004; Jason Wever <weeve@gentoo.org> patchutils-0.2.25.ebuild: Stable on sparc. diff --git a/dev-util/patchutils/patchutils-0.2.29.ebuild b/dev-util/patchutils/patchutils-0.2.29.ebuild index 938ca9319b93..16362a052d99 100644 --- a/dev-util/patchutils/patchutils-0.2.29.ebuild +++ b/dev-util/patchutils/patchutils-0.2.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.29.ebuild,v 1.1 2004/04/09 18:20:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.29.ebuild,v 1.2 2004/06/04 08:01:56 kloeri Exp $ S=${WORKDIR}/${P} DESCRIPTION="A collection of tools that operate on patch files" @@ -9,7 +9,7 @@ SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa ~amd64 ~ia64 ~ppc64" +KEYWORDS="~x86 ~ppc ~sparc alpha ~mips hppa ~amd64 ~ia64 ~ppc64" DEPEND="virtual/glibc" |