diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-13 20:46:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-13 20:46:37 +0000 |
commit | 2cc7c99fc128bc57aeb18de6f0c8a115c70a4e9c (patch) | |
tree | 279dea312d2180ab580f6afa09e56249d634294d /dev-python/wstools | |
parent | Update to EAPI=4 and fix linking with newer gcc versions #363535 by Diego Eli... (diff) | |
download | gentoo-2-2cc7c99fc128bc57aeb18de6f0c8a115c70a4e9c.tar.gz gentoo-2-2cc7c99fc128bc57aeb18de6f0c8a115c70a4e9c.tar.bz2 gentoo-2-2cc7c99fc128bc57aeb18de6f0c8a115c70a4e9c.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/wstools')
-rw-r--r-- | dev-python/wstools/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wstools/wstools-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wstools/ChangeLog b/dev-python/wstools/ChangeLog index 86e178346ca9..804ccf8b9e95 100644 --- a/dev-python/wstools/ChangeLog +++ b/dev-python/wstools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wstools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/ChangeLog,v 1.7 2012/02/01 20:59:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/ChangeLog,v 1.8 2012/05/13 20:46:37 aballier Exp $ + + 13 May 2012; Alexis Ballier <aballier@gentoo.org> wstools-0.3.ebuild: + keyword ~amd64-fbsd 01 Feb 2012; Brent Baude <ranger@gentoo.org> wstools-0.3.ebuild: Marking wstools-0.3 ~ppc for bug 381749 diff --git a/dev-python/wstools/wstools-0.3.ebuild b/dev-python/wstools/wstools-0.3.ebuild index 785f63ba5a76..1d40109e6d96 100644 --- a/dev-python/wstools/wstools-0.3.ebuild +++ b/dev-python/wstools/wstools-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.3.ebuild,v 1.7 2012/02/01 20:59:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.3.ebuild,v 1.8 2012/05/13 20:46:37 aballier Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |