diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-04 15:55:45 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-04 15:55:45 +0000 |
commit | 86979cf361e8295001655829fe25017c3cc032cc (patch) | |
tree | 43287f8e0665f109d5e834737d82d269d568ede7 /dev-python/setupdocs | |
parent | whitespace (diff) | |
download | gentoo-2-86979cf361e8295001655829fe25017c3cc032cc.tar.gz gentoo-2-86979cf361e8295001655829fe25017c3cc032cc.tar.bz2 gentoo-2-86979cf361e8295001655829fe25017c3cc032cc.zip |
amd64/x86 stable, bug #290607
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/setupdocs')
-rw-r--r-- | dev-python/setupdocs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/setupdocs/setupdocs-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/setupdocs/ChangeLog b/dev-python/setupdocs/ChangeLog index 4c6f35628d2f..7fe376c0c2f9 100644 --- a/dev-python/setupdocs/ChangeLog +++ b/dev-python/setupdocs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setupdocs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/ChangeLog,v 1.7 2009/10/05 21:23:22 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/ChangeLog,v 1.8 2009/11/04 15:55:45 maekke Exp $ + + 04 Nov 2009; Markus Meier <maekke@gentoo.org> setupdocs-1.0.3.ebuild: + amd64/x86 stable, bug #290607 05 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> setupdocs-1.0.3.ebuild: Keywording for ppc, bug 280023 diff --git a/dev-python/setupdocs/setupdocs-1.0.3.ebuild b/dev-python/setupdocs/setupdocs-1.0.3.ebuild index 26c9298aed3c..7081cd2d782b 100644 --- a/dev-python/setupdocs/setupdocs-1.0.3.ebuild +++ b/dev-python/setupdocs/setupdocs-1.0.3.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/setupdocs/setupdocs-1.0.3.ebuild,v 1.3 2009/10/05 21:23:22 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/setupdocs-1.0.3.ebuild,v 1.4 2009/11/04 15:55:45 maekke Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz" IUSE="" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" LICENSE="BSD" DEPEND="dev-python/setuptools >=dev-python/sphinx-0.5.1" |