diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-02 15:40:32 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-02 15:40:32 +0000 |
commit | 18b60c3f05288d2a1e1163965732b289cfe6a6be (patch) | |
tree | fcf20537f4050237b8591f2b89165ad9c0d337ba /dev-python/yolk | |
parent | Marked stable on amd64 for bug #179950 and removed generation 1 ebuild. (diff) | |
download | historical-18b60c3f05288d2a1e1163965732b289cfe6a6be.tar.gz historical-18b60c3f05288d2a1e1163965732b289cfe6a6be.tar.bz2 historical-18b60c3f05288d2a1e1163965732b289cfe6a6be.zip |
Added ~amd64 wrt bug 179059
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-python/yolk')
-rw-r--r-- | dev-python/yolk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/yolk/yolk-0.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/yolk/ChangeLog b/dev-python/yolk/ChangeLog index 9543504ddaa8..59e9b3f2addb 100644 --- a/dev-python/yolk/ChangeLog +++ b/dev-python/yolk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/yolk # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.3 2007/05/18 02:58:43 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.4 2007/06/02 15:40:32 angelos Exp $ + + 02 Jun 2007; Christoph Mende <angelos@gentoo.org> yolk-0.1.0.ebuild: + Added ~amd64 wrt bug 179059 *yolk-0.1.0 (18 May 2007) diff --git a/dev-python/yolk/yolk-0.1.0.ebuild b/dev-python/yolk/yolk-0.1.0.ebuild index c160543aab4d..e95eca5be2ee 100644 --- a/dev-python/yolk/yolk-0.1.0.ebuild +++ b/dev-python/yolk/yolk-0.1.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/yolk/yolk-0.1.0.ebuild,v 1.1 2007/05/18 02:58:43 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.1.0.ebuild,v 1.2 2007/06/02 15:40:32 angelos Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://cheeseshop.python.org/pypi/yolk" SRC_URI="http://cheeseshop.python.org/packages/source/y/yolk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="test examples" RDEPEND="|| ( <=dev-lang/python-2.5 dev-python/elementtree ) dev-python/setuptools |