diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:00:13 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:00:13 +0000 |
commit | 28726e0a8b049bce77a1f03f7ba298575e04b628 (patch) | |
tree | 2c22e2c5825080613d2286bfcba9fd9237dc161c /dev-python/beautifulsoup | |
parent | Add ruby22. (diff) | |
download | gentoo-2-28726e0a8b049bce77a1f03f7ba298575e04b628.tar.gz gentoo-2-28726e0a8b049bce77a1f03f7ba298575e04b628.tar.bz2 gentoo-2-28726e0a8b049bce77a1f03f7ba298575e04b628.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 765ea7959e05..13ee5f475bf5 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.130 2015/01/02 12:22:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.131 2015/03/03 07:00:13 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> beautifulsoup-3.2.1-r1.ebuild: + add arm64 support, tested on A53 board 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> beautifulsoup-4.3.2.ebuild: Stable for sparc, wrt bug #530292 diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild index 37b57baae44c..682f95e0e98f 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.17 2014/12/22 02:36:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.18 2015/03/03 07:00:13 dlan Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) @@ -16,7 +16,7 @@ SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz" LICENSE="BSD" SLOT="python-2" -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 ~arm64 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="" DEPEND="" |