diff options
author | Markus Meier <maekke@gentoo.org> | 2014-11-11 20:50:54 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-11-11 20:50:54 +0000 |
commit | d2a4a9bb6a0164f9f0e9e741876aecd1f282db5b (patch) | |
tree | 69f7d68d63d84194d78b3ab635235cb165229e85 /dev-util | |
parent | add ~arm, bug #523298 (diff) | |
download | gentoo-2-d2a4a9bb6a0164f9f0e9e741876aecd1f282db5b.tar.gz gentoo-2-d2a4a9bb6a0164f9f0e9e741876aecd1f282db5b.tar.bz2 gentoo-2-d2a4a9bb6a0164f9f0e9e741876aecd1f282db5b.zip |
arm stable, bug #525286
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/boost-build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.55.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index c92e60cf6a8b..49268443382e 100644 --- a/dev-util/boost-build/ChangeLog +++ b/dev-util/boost-build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/boost-build # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.129 2014/11/06 23:03:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.130 2014/11/11 20:50:54 maekke Exp $ + + 11 Nov 2014; Markus Meier <maekke@gentoo.org> boost-build-1.55.0.ebuild: + arm stable, bug #525286 06 Nov 2014; Jeroen Roovers <jer@gentoo.org> boost-build-1.55.0.ebuild: Stable for HPPA (bug #525286). diff --git a/dev-util/boost-build/boost-build-1.55.0.ebuild b/dev-util/boost-build/boost-build-1.55.0.ebuild index df951cf02934..d0deaa9977b8 100644 --- a/dev-util/boost-build/boost-build-1.55.0.ebuild +++ b/dev-util/boost-build/boost-build-1.55.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v 1.4 2014/11/06 23:03:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v 1.5 2014/11/11 20:50:54 maekke Exp $ EAPI="5" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT=0 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples python test" REQUIRED_USE="test? ( python )" |