diff options
author | 2008-12-27 05:46:19 +0000 | |
---|---|---|
committer | 2008-12-27 05:46:19 +0000 | |
commit | a7f970849d92436ea3912c59573d8e22899ce4a9 (patch) | |
tree | b692cd44d304f4cb2167a142822add1038fea072 /dev-util/hxd/hxd-0.70.ebuild | |
parent | Import from Science overlay, bug 175143 (diff) | |
download | gentoo-2-a7f970849d92436ea3912c59573d8e22899ce4a9.tar.gz gentoo-2-a7f970849d92436ea3912c59573d8e22899ce4a9.tar.bz2 gentoo-2-a7f970849d92436ea3912c59573d8e22899ce4a9.zip |
add ~amd64 keyword, reporter Andrew Savchenko (bug #252644)
(Portage version: 2.1.4.5)
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 774649dba660..85347519dc6d 100644 --- a/dev-util/hxd/hxd-0.70.ebuild +++ b/dev-util/hxd/hxd-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 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.7 2005/05/07 14:50:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.8 2008/12/27 05:46:19 wormo 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 ~ppc" +KEYWORDS="~amd64 ~x86 ~sparc ~mips ~ppc" IUSE="" DEPEND="virtual/libc" |