diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-02-15 22:20:59 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-02-15 22:20:59 +0000 |
commit | bc5ccea8c86ceba68a3e46e5152d1b23b2522570 (patch) | |
tree | 8bf5c07984f183cb7fde4905341d447f9b253ed7 /dev-python | |
parent | Don't fork twice and fix the pid file in the init script (diff) | |
download | gentoo-2-bc5ccea8c86ceba68a3e46e5152d1b23b2522570.tar.gz gentoo-2-bc5ccea8c86ceba68a3e46e5152d1b23b2522570.tar.bz2 gentoo-2-bc5ccea8c86ceba68a3e46e5152d1b23b2522570.zip |
Adding ~amd64 keyword
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/genetic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/genetic/genetic-0.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/genetic/ChangeLog b/dev-python/genetic/ChangeLog index 2e3d92c14b2f..e07e326d0fe5 100644 --- a/dev-python/genetic/ChangeLog +++ b/dev-python/genetic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/genetic -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genetic/ChangeLog,v 1.1 2006/07/15 19:46:31 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/genetic/ChangeLog,v 1.2 2009/02/15 22:20:59 patrick Exp $ + + 15 Feb 2009; Patrick Lauer <patrick@gentoo.org> genetic-0.1.1.ebuild: + Adding ~amd64 keyword *genetic-0.1.1 (15 Jul 2006) diff --git a/dev-python/genetic/genetic-0.1.1.ebuild b/dev-python/genetic/genetic-0.1.1.ebuild index cc07206e6316..3c2a3d999598 100644 --- a/dev-python/genetic/genetic-0.1.1.ebuild +++ b/dev-python/genetic/genetic-0.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genetic/genetic-0.1.1.ebuild,v 1.1 2006/07/15 19:46:31 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/genetic/genetic-0.1.1.ebuild,v 1.2 2009/02/15 22:20:59 patrick Exp $ inherit distutils eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://home.gna.org/oomadness/en/genetic/" SRC_URI="http://download.gna.org/oomadness/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" |