diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-06 21:26:16 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-06 21:26:16 +0000 |
commit | 40b760335fcb00df74e83f3bf4866b9390674060 (patch) | |
tree | 6b2cb60ca0b01368f992a34aca807cc27e25c163 /dev-python/wxpython | |
parent | 2.1.1_rc1-r6 revbump for bugs #101240, #146412, and #146508. (diff) | |
download | gentoo-2-40b760335fcb00df74e83f3bf4866b9390674060.tar.gz gentoo-2-40b760335fcb00df74e83f3bf4866b9390674060.tar.bz2 gentoo-2-40b760335fcb00df74e83f3bf4866b9390674060.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.1_rc1-r5)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 363b4c168389..b278ea71dee3 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.41 2006/08/27 17:44:14 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.42 2006/09/06 21:26:16 the_paya Exp $ + + 06 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + wxpython-2.6.3.2.ebuild: + Add ~x86-fbsd keyword. 27 Aug 2006; Mart Raudsepp <leio@gentoo.org> metadata.xml: Change primary herd to wxwindows. diff --git a/dev-python/wxpython/wxpython-2.6.3.2.ebuild b/dev-python/wxpython/wxpython-2.6.3.2.ebuild index 88cfc4dc08c9..bdb51b8fca70 100644 --- a/dev-python/wxpython/wxpython-2.6.3.2.ebuild +++ b/dev-python/wxpython/wxpython-2.6.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.2.ebuild,v 1.3 2006/08/03 06:00:38 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.3.2.ebuild,v 1.4 2006/09/06 21:26:16 the_paya Exp $ inherit python wxwidgets eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinLL-3" SLOT="2.6" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="unicode opengl" RDEPEND=">=dev-lang/python-2.1 |