diff options
author | David Holm <dholm@gentoo.org> | 2005-05-07 14:50:39 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-07 14:50:39 +0000 |
commit | 45abf745cb830e881a0406de785650cb32a026cb (patch) | |
tree | fd7fab3b3b28a39598e637145740864338343977 /dev-util/hxd/hxd-0.70.ebuild | |
parent | Revision bump with a patch to finally kill bug #88831, and close bug #87708. (diff) | |
download | gentoo-2-45abf745cb830e881a0406de785650cb32a026cb.tar.gz gentoo-2-45abf745cb830e881a0406de785650cb32a026cb.tar.bz2 gentoo-2-45abf745cb830e881a0406de785650cb32a026cb.zip |
Added to ~ppc
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-util/hxd/hxd-0.70.ebuild')
-rw-r--r-- | dev-util/hxd/hxd-0.70.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/hxd/hxd-0.70.ebuild b/dev-util/hxd/hxd-0.70.ebuild index dc552a554bd1..774649dba660 100644 --- a/dev-util/hxd/hxd-0.70.ebuild +++ b/dev-util/hxd/hxd-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.6 2004/07/21 20:10:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.7 2005/05/07 14:50:39 dholm Exp $ DESCRIPTION="Binary to hexadecimal converter" HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/" @@ -8,7 +8,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/utils/file/hex/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="~x86 ~sparc ~mips ~ppc" IUSE="" DEPEND="virtual/libc" |