diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-11-15 09:51:35 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-11-15 09:51:35 +0000 |
commit | 150f5d23b3981121ef36fffe90fc46703c171c22 (patch) | |
tree | b5fb0e7967f6328a1686a83da88528a085a8c71f /dev-python | |
parent | Add a small gamma correction tool to the tree. Initial ebuild by Robin H. Joh... (diff) | |
download | gentoo-2-150f5d23b3981121ef36fffe90fc46703c171c22.tar.gz gentoo-2-150f5d23b3981121ef36fffe90fc46703c171c22.tar.bz2 gentoo-2-150f5d23b3981121ef36fffe90fc46703c171c22.zip |
Added ~ppc64
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/urlgrabber/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urlgrabber/urlgrabber-3.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/urlgrabber/ChangeLog b/dev-python/urlgrabber/ChangeLog index 4f379bad427d..78b11e88f92c 100644 --- a/dev-python/urlgrabber/ChangeLog +++ b/dev-python/urlgrabber/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urlgrabber # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.10 2007/04/03 18:53:51 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.11 2007/11/15 09:51:35 corsair Exp $ + + 15 Nov 2007; Markus Rothe <corsair@gentoo.org> urlgrabber-3.0.0.ebuild: + Added ~ppc64 03 Apr 2007; Peter Weller <welp@gentoo.org> urlgrabber-2.9.6.ebuild: Keyworded ~x86-fbsd diff --git a/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild b/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild index 2025458682f9..bbc3551a4f47 100644 --- a/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild +++ b/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild,v 1.1 2007/02/03 17:15:22 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.0.0.ebuild,v 1.2 2007/11/15 09:51:35 corsair Exp $ inherit distutils @@ -10,5 +10,5 @@ SRC_URI="http://linux.duke.edu/projects/urlgrabber/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" |