diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 20:26:32 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 20:26:32 +0000 |
commit | 1744b7a52c8d68c96530d7ae9be8e2753e8624f0 (patch) | |
tree | b615dc6c8becd09658f2a259f2b72331797e2e43 /dev-python/beautifulsoup | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-1744b7a52c8d68c96530d7ae9be8e2753e8624f0.tar.gz gentoo-2-1744b7a52c8d68c96530d7ae9be8e2753e8624f0.tar.bz2 gentoo-2-1744b7a52c8d68c96530d7ae9be8e2753e8624f0.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index ab3a21f0b8b1..f9743c3a8898 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.68 2012/08/05 06:52:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.69 2012/08/07 20:26:32 aballier Exp $ + + 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> beautifulsoup-4.1.1.ebuild: + keyword ~amd64-fbsd 05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> beautifulsoup-3.1.0.1-r1.ebuild, beautifulsoup-3.2.0.ebuild: diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.1.1.ebuild index 2b28a5615ce0..5eac978f6a5e 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.1.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.1.1.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/beautifulsoup/beautifulsoup-4.1.1.ebuild,v 1.1 2012/07/09 08:46:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.1.ebuild,v 1.2 2012/08/07 20:26:32 aballier Exp $ EAPI="4" @@ -21,7 +21,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc test" DEPEND="doc? ( dev-python/sphinx ) |