diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:02:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:02:02 +0000 |
commit | 213d3f34fee86d3b5ef65b4c423ef1a3e0d7d877 (patch) | |
tree | cfc33979cb74c234c3321306e9d28ed7388d8767 /app-arch/ipkg-utils | |
parent | Version bump. (diff) | |
download | historical-213d3f34fee86d3b5ef65b4c423ef1a3e0d7d877.tar.gz historical-213d3f34fee86d3b5ef65b4c423ef1a3e0d7d877.tar.bz2 historical-213d3f34fee86d3b5ef65b4c423ef1a3e0d7d877.zip |
hppa love courtesy of notopic
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-arch/ipkg-utils')
-rw-r--r-- | app-arch/ipkg-utils/ipkg-utils-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild b/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild index ffa7416b7f85..cbe24d5250b0 100644 --- a/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild +++ b/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.3 2005/05/04 19:09:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.4 2005/11/29 02:57:44 vapier Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://handhelds.org/download/packages/ipkg-utils/${P}.tar.gz" LICENSE="GPL-2" IUSE="" SLOT="0" -KEYWORDS="~x86 ~mips ~arm ~ppc" +KEYWORDS="~arm ~hppa ~mips ~ppc ~x86" DEPEND="dev-lang/python" |