diff options
author | 2012-11-11 11:25:06 +0000 | |
---|---|---|
committer | 2012-11-11 11:25:06 +0000 | |
commit | 9095ad019224a6b0befec697957b4e2646f91bfc (patch) | |
tree | 3d0f6b4d2d0d51c80b544f0ac3e0866a19270e27 /dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-9095ad019224a6b0befec697957b4e2646f91bfc.tar.gz gentoo-2-9095ad019224a6b0befec697957b4e2646f91bfc.tar.bz2 gentoo-2-9095ad019224a6b0befec697957b4e2646f91bfc.zip |
Stable for amd64, wrt bug #441272
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild index f5efec395197..a044bdcb9c95 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.1.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/beautifulsoup/beautifulsoup-4.1.3.ebuild,v 1.2 2012/10/13 18:41:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild,v 1.3 2012/11/11 11:25:06 ago 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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~s390 ~sh ~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 ) |