dlan 15/03/03 07:00:13 Modified: beautifulsoup-3.2.1-r1.ebuild ChangeLog Log: add arm64 support, tested on A53 board (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.18 dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?r1=1.17&r2=1.18 Index: beautifulsoup-3.2.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- beautifulsoup-3.2.1-r1.ebuild 22 Dec 2014 02:36:54 -0000 1.17 +++ beautifulsoup-3.2.1-r1.ebuild 3 Mar 2015 07:00:13 -0000 1.18 @@ -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 @@ 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="" 1.131 dev-python/beautifulsoup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 2 Jan 2015 12:22:09 -0000 1.130 +++ ChangeLog 3 Mar 2015 07:00:13 -0000 1.131 @@ -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 <[email protected]> beautifulsoup-3.2.1-r1.ebuild: + add arm64 support, tested on A53 board 02 Jan 2015; Agostino Sarubbo <[email protected]> beautifulsoup-4.3.2.ebuild: Stable for sparc, wrt bug #530292
