diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2017-02-09 10:55:26 -0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-02-09 10:55:57 -0200 |
commit | b989baa4602ed46d57d34a19b85b91e26be5c318 (patch) | |
tree | 3fa90b2fa5ac3f66144a4969285e040ac61041d2 /dev-libs/xerces-c | |
parent | media-libs/libepoxy: Version bump to 1.4.0. (diff) | |
download | gentoo-b989baa4602ed46d57d34a19b85b91e26be5c318.tar.gz gentoo-b989baa4602ed46d57d34a19b85b91e26be5c318.tar.bz2 gentoo-b989baa4602ed46d57d34a19b85b91e26be5c318.zip |
dev-libs/xerces-c: Add ~x64-macos keyword
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/xerces-c')
-rw-r--r-- | dev-libs/xerces-c/xerces-c-3.1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xerces-c/xerces-c-3.1.4-r1.ebuild b/dev-libs/xerces-c/xerces-c-3.1.4-r1.ebuild index 3e51c23f84e1..4cacf99baf5a 100644 --- a/dev-libs/xerces-c/xerces-c-3.1.4-r1.ebuild +++ b/dev-libs/xerces-c/xerces-c-3.1.4-r1.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$ @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="cpu_flags_x86_sse2 curl doc elibc_Darwin elibc_FreeBSD examples iconv icu static-libs test threads" |