diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-20 10:29:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-20 10:29:28 +0000 |
commit | bcc4359014ec60e64d0ec5864494ef5e26855b12 (patch) | |
tree | 7a0ef315a0aea5a4aa272134f9b7f56333d03b5f /dev-python/quixote | |
parent | Marked ~x86-linux, ~x86-macos and ~ppc-macos, bug #296932 (diff) | |
download | gentoo-2-bcc4359014ec60e64d0ec5864494ef5e26855b12.tar.gz gentoo-2-bcc4359014ec60e64d0ec5864494ef5e26855b12.tar.bz2 gentoo-2-bcc4359014ec60e64d0ec5864494ef5e26855b12.zip |
Merged keywords from Prefix overlay
(Portage version: 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" |