diff options
author | David Holm <dholm@gentoo.org> | 2005-05-04 19:13:16 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-04 19:13:16 +0000 |
commit | a5e49d41d58136657f746a7cee81967f7169a722 (patch) | |
tree | 9e66aab84da16a444ee0f832685926c7c6c265d3 /app-arch/ipkg-utils/ipkg-utils-1.7.ebuild | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-a5e49d41d58136657f746a7cee81967f7169a722.tar.gz gentoo-2-a5e49d41d58136657f746a7cee81967f7169a722.tar.bz2 gentoo-2-a5e49d41d58136657f746a7cee81967f7169a722.zip |
Added to ~ppc
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-arch/ipkg-utils/ipkg-utils-1.7.ebuild')
-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 c389f6ead5b7..ffa7416b7f85 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.2 2005/01/01 11:46:22 eradicator Exp $ +# $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 $ 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" +KEYWORDS="~x86 ~mips ~arm ~ppc" DEPEND="dev-lang/python" |