diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-20 10:34:52 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-20 10:34:52 +0000 |
commit | 94c6e46c44d538fc644dd5a41ea02bf80fc24f28 (patch) | |
tree | af77a83af4979aa710acd93dffeb48aabaf4f795 /dev-python/quixote | |
parent | Removing vulnerable version (diff) | |
download | historical-94c6e46c44d538fc644dd5a41ea02bf80fc24f28.tar.gz historical-94c6e46c44d538fc644dd5a41ea02bf80fc24f28.tar.bz2 historical-94c6e46c44d538fc644dd5a41ea02bf80fc24f28.zip |
Merged keywords from Prefix overlay
Package-Manager: portage-2.2.00.15118-prefix/cvs/Darwin powerpc
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/quixote/quixote-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog index 1f34cb8745bb..513371fac608 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.26 2009/11/26 10:06:21 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.27 2009/12/20 10:29:28 grobian Exp $ + + 20 Dec 2009; Fabian Groffen <grobian@gentoo.org> quixote-2.6.ebuild: + Merged keywords from Prefix overlay 26 Nov 2009; Dirkjan Ochtman <djc@gentoo.org> quixote-2.6.ebuild: Fix problems with non-existent documentation files. diff --git a/dev-python/quixote/quixote-2.6.ebuild b/dev-python/quixote/quixote-2.6.ebuild index ff91f5fd2400..427509981f74 100644 --- a/dev-python/quixote/quixote-2.6.ebuild +++ b/dev-python/quixote/quixote-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.2 2009/11/26 10:06:21 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.3 2009/12/20 10:29:28 grobian Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz" LICENSE="CNRI-QUIXOTE-2.4" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=dev-lang/python-2.3" |