diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-11-06 23:03:33 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-11-06 23:03:33 +0000 |
commit | a782a6079549312471ea0c2a90ab2613178d0e60 (patch) | |
tree | 69d23d26118473dfd734ce350fe42dd66910ea1b /dev-util/boost-build/boost-build-1.55.0.ebuild | |
parent | enable ovmf bios support, bug 526080 (diff) | |
download | gentoo-2-a782a6079549312471ea0c2a90ab2613178d0e60.tar.gz gentoo-2-a782a6079549312471ea0c2a90ab2613178d0e60.tar.bz2 gentoo-2-a782a6079549312471ea0c2a90ab2613178d0e60.zip |
Stable for HPPA (bug #525286).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/boost-build/boost-build-1.55.0.ebuild')
-rw-r--r-- | dev-util/boost-build/boost-build-1.55.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 de5359f8d44a..df951cf02934 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.3 2014/08/10 21:25:43 slyfox Exp $ +# $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 $ 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 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~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 )" |