diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-01 21:23:24 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-01 21:36:39 +0100 |
commit | df1df480ffdbf28e4913af4772517e3841fe8cb7 (patch) | |
tree | 90612af84788f55bdc0a51359c843e081a01716c /dev-util | |
parent | dev-libs/icu: x86 stable (bug #641130) (diff) | |
download | gentoo-df1df480ffdbf28e4913af4772517e3841fe8cb7.tar.gz gentoo-df1df480ffdbf28e4913af4772517e3841fe8cb7.tar.bz2 gentoo-df1df480ffdbf28e4913af4772517e3841fe8cb7.zip |
dev-util/boost-build: x86 stable (bug #644808)
Package-Manager: Portage-2.3.21, Repoman-2.3.6
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/boost-build/boost-build-1.65.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/boost-build/boost-build-1.65.0.ebuild b/dev-util/boost-build/boost-build-1.65.0.ebuild index 1909c089d68c..5fddbe7a45b3 100644 --- a/dev-util/boost-build/boost-build-1.65.0.ebuild +++ b/dev-util/boost-build/boost-build-1.65.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_ LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples python test" RDEPEND="python? ( ${PYTHON_DEPS} ) |