diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-07-17 09:42:22 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-07-17 09:42:22 +0000 |
commit | 6ad52cd788915cc4eeff49383d9dc971bf5261bb (patch) | |
tree | 1ef82498101d615eb8b1eab78223d959e41810b1 /dev-libs/boost/boost-1.56.0-r1.ebuild | |
parent | update automake version to match stable ebuilds #553738 (diff) | |
download | gentoo-2-6ad52cd788915cc4eeff49383d9dc971bf5261bb.tar.gz gentoo-2-6ad52cd788915cc4eeff49383d9dc971bf5261bb.tar.bz2 gentoo-2-6ad52cd788915cc4eeff49383d9dc971bf5261bb.zip |
Stable on alpha, bug 554712
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-libs/boost/boost-1.56.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.56.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.56.0-r1.ebuild b/dev-libs/boost/boost-1.56.0-r1.ebuild index e79aca92026e..a07b0038b860 100644 --- a/dev-libs/boost/boost-1.56.0-r1.ebuild +++ b/dev-libs/boost/boost-1.56.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.9 2015/07/17 06:20:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.10 2015/07/17 09:42:22 klausman Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2" 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 ~sparc 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 ~sparc 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" |