diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-06-07 12:36:58 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-06-07 12:36:58 +0000 |
commit | 5d053b74453ef28661ed0caa7c5c0db1571e864f (patch) | |
tree | 9856228c34490457dd41bc47251e8689b5ffd613 /dev-python/snakeoil | |
parent | Stable on ppc64; bug #180916 (diff) | |
download | gentoo-2-5d053b74453ef28661ed0caa7c5c0db1571e864f.tar.gz gentoo-2-5d053b74453ef28661ed0caa7c5c0db1571e864f.tar.bz2 gentoo-2-5d053b74453ef28661ed0caa7c5c0db1571e864f.zip |
Add ~sparc keyword --- Bug #181133 --- Builds and runs all tests (pkgcore
support).
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r-- | dev-python/snakeoil/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.1_rc2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog index 059da57a4039..42e5e5eb0776 100644 --- a/dev-python/snakeoil/ChangeLog +++ b/dev-python/snakeoil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.2 2007/06/07 11:10:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.3 2007/06/07 12:36:58 fmccor Exp $ + + 07 Jun 2007; Ferris McCormick <fmccor@gentoo.org> snakeoil-0.1_rc2.ebuild: + Add ~sparc keyword --- Bug #181133 --- Builds and runs all tests (pkgcore + support). 07 Jun 2007; Raúl Porcel <armin76@gentoo.org> snakeoil-0.1_rc2.ebuild: Add ~ia64 wrt #181133 diff --git a/dev-python/snakeoil/snakeoil-0.1_rc2.ebuild b/dev-python/snakeoil/snakeoil-0.1_rc2.ebuild index 61b144ed4794..5d1175e0f0e8 100644 --- a/dev-python/snakeoil/snakeoil-0.1_rc2.ebuild +++ b/dev-python/snakeoil/snakeoil-0.1_rc2.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/snakeoil/snakeoil-0.1_rc2.ebuild,v 1.2 2007/06/07 11:10:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.1_rc2.ebuild,v 1.3 2007/06/07 12:36:58 fmccor Exp $ NEED_PYTHON=2.4 @@ -12,7 +12,7 @@ SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ia64 ~x86" +KEYWORDS="~ia64 ~sparc ~x86" IUSE="" DOCS="AUTHORS NEWS" |