diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-02-21 20:59:29 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-02-21 20:59:29 +0000 |
commit | a61efcd544a7b90d219feb65826300959fbd8cf5 (patch) | |
tree | e0477e13b1fdda1cb3728149ea27487970efc378 /dev-python/pygoogle | |
parent | Stable on mips (diff) | |
download | gentoo-2-a61efcd544a7b90d219feb65826300959fbd8cf5.tar.gz gentoo-2-a61efcd544a7b90d219feb65826300959fbd8cf5.tar.bz2 gentoo-2-a61efcd544a7b90d219feb65826300959fbd8cf5.zip |
~amd64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python/pygoogle')
-rw-r--r-- | dev-python/pygoogle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pygoogle/pygoogle-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pygoogle/ChangeLog b/dev-python/pygoogle/ChangeLog index 7b27eef7183d..7a2d160921c2 100644 --- a/dev-python/pygoogle/ChangeLog +++ b/dev-python/pygoogle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygoogle # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygoogle/ChangeLog,v 1.10 2005/02/10 00:39:05 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygoogle/ChangeLog,v 1.11 2005/02/21 20:59:29 blubb Exp $ + + 21 Feb 2005; Simon Stelling <blubb@gentoo.org> pygoogle-0.6.ebuild: + added ~amd64 09 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> pygoogle-0.6.ebuild: Unstable ppc-macos diff --git a/dev-python/pygoogle/pygoogle-0.6.ebuild b/dev-python/pygoogle/pygoogle-0.6.ebuild index 3cf38eb156b5..3fe51a3c92f0 100644 --- a/dev-python/pygoogle/pygoogle-0.6.ebuild +++ b/dev-python/pygoogle/pygoogle-0.6.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/dev-python/pygoogle/pygoogle-0.6.ebuild,v 1.2 2005/02/10 00:39:05 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygoogle/pygoogle-0.6.ebuild,v 1.3 2005/02/21 20:59:29 blubb Exp $ inherit distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://pygoogle.sourceforge.net/" IUSE="" SLOT="0" LICENSE="PYTHON" -KEYWORDS="~x86 ~ppc-macos" +KEYWORDS="~x86 ~ppc-macos ~amd64" DEPEND="virtual/python" |