diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-29 21:14:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-29 21:14:28 +0000 |
commit | 52e8069bbe8a6ca8c7d38ee46ed4c631f1067f37 (patch) | |
tree | 930187a1f1388d3a97a182cef7cbadd3d4550f72 /dev-util/patchutils/patchutils-0.2.23.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-52e8069bbe8a6ca8c7d38ee46ed4c631f1067f37.tar.gz gentoo-2-52e8069bbe8a6ca8c7d38ee46ed4c631f1067f37.tar.bz2 gentoo-2-52e8069bbe8a6ca8c7d38ee46ed4c631f1067f37.zip |
version bump
Diffstat (limited to 'dev-util/patchutils/patchutils-0.2.23.ebuild')
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/patchutils/patchutils-0.2.23.ebuild b/dev-util/patchutils/patchutils-0.2.23.ebuild index 322f483e8bf8..d76ea8966168 100644 --- a/dev-util/patchutils/patchutils-0.2.23.ebuild +++ b/dev-util/patchutils/patchutils-0.2.23.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2003 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.23.ebuild,v 1.4 2003/12/29 03:22:22 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.23.ebuild,v 1.5 2003/12/29 21:14:19 seemant Exp $ -S="${WORKDIR}/${P}" +S=${WORKDIR}/${P} DESCRIPTION="A collection of tools that operate on patch files" HOMEPAGE="http://cyberelk.net/tim/patchutils/" SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha mips hppa ~arm" +KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64 ia64 ppc64" DEPEND="virtual/glibc" |