diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-01 13:04:31 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-01 14:05:31 +0100 |
commit | 5051a5c3c132f6757f2d58ccc6cbd40725809ffe (patch) | |
tree | 7cd9de2b1da446d9f8feb1a2b3a790a7dd63a2f4 /dev-libs/boost | |
parent | dev-util/boost-build: arm stable. (diff) | |
download | gentoo-5051a5c3c132f6757f2d58ccc6cbd40725809ffe.tar.gz gentoo-5051a5c3c132f6757f2d58ccc6cbd40725809ffe.tar.bz2 gentoo-5051a5c3c132f6757f2d58ccc6cbd40725809ffe.zip |
dev-libs/boost: arm stable.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.62.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.62.0-r1.ebuild b/dev-libs/boost/boost-1.62.0-r1.ebuild index 9c97f7665cff..b790dfb98cbf 100644 --- a/dev-libs/boost/boost-1.62.0-r1.ebuild +++ b/dev-libs/boost/boost-1.62.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar LICENSE="Boost-1.0" SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122 -KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt" IUSE="context debug doc icu +nls mpi python static-libs +threads tools" |