diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2017-03-17 22:01:51 -0300 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-03-17 22:02:55 -0300 |
commit | feb00dc48961465000773b129f3dd3b0cdc40248 (patch) | |
tree | 3c4b5b8fa6f65850c628786b7e3fe3416dd1b40b /sci-physics/clhep/clhep-2.2.0.1.ebuild | |
parent | www-apps/venus: set encoding on output files. (diff) | |
download | gentoo-feb00dc48961465000773b129f3dd3b0cdc40248.tar.gz gentoo-feb00dc48961465000773b129f3dd3b0cdc40248.tar.bz2 gentoo-feb00dc48961465000773b129f3dd3b0cdc40248.zip |
sci-physics/clhep: add ~x64-macos keyword
Package-Manager: Portage-2.3.5-prefix, Repoman-2.3.2
Diffstat (limited to 'sci-physics/clhep/clhep-2.2.0.1.ebuild')
-rw-r--r-- | sci-physics/clhep/clhep-2.2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/clhep/clhep-2.2.0.1.ebuild b/sci-physics/clhep/clhep-2.2.0.1.ebuild index 720960362024..39b91169a162 100644 --- a/sci-physics/clhep/clhep-2.2.0.1.ebuild +++ b/sci-physics/clhep/clhep-2.2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cern.ch/clhep" SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz" LICENSE="GPL-3 LGPL-3" SLOT="2/${PV}" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc static-libs test" RDEPEND="" |