diff options
author | David Seifert <soap@gentoo.org> | 2017-01-15 17:20:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 17:20:55 +0100 |
commit | 0c5eb690cd2e92548a99ae3b91936663bf5bfc2d (patch) | |
tree | 5350b4384b7478235306645554b364d5d7c63cbd /dev-libs/boost/boost-1.63.0.ebuild | |
parent | sci-biology/mummer: Version bump to 3.9.4_alpha (diff) | |
download | gentoo-0c5eb690cd2e92548a99ae3b91936663bf5bfc2d.tar.gz gentoo-0c5eb690cd2e92548a99ae3b91936663bf5bfc2d.tar.bz2 gentoo-0c5eb690cd2e92548a99ae3b91936663bf5bfc2d.zip |
dev-libs/boost: Make KEYWORDS one line
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/boost/boost-1.63.0.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.63.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/boost/boost-1.63.0.ebuild b/dev-libs/boost/boost-1.63.0.ebuild index 2512e46f1229..edbbeed6f6e2 100644 --- a/dev-libs/boost/boost-1.63.0.ebuild +++ b/dev-libs/boost/boost-1.63.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,9 +16,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" |