diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-01-31 17:56:57 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-01-31 17:56:57 +0000 |
commit | 3c6c701042dd896b7da6310736a0354c97413baa (patch) | |
tree | f73df4ccd852f5fd55dd455565163cd75dff67c9 /sys-libs/libcxx/libcxx-9999.ebuild | |
parent | Bump to 1.9.4 and 1.8.6, clean vulnerable 1.9.x versions, fixes security bug ... (diff) | |
download | gentoo-2-3c6c701042dd896b7da6310736a0354c97413baa.tar.gz gentoo-2-3c6c701042dd896b7da6310736a0354c97413baa.tar.bz2 gentoo-2-3c6c701042dd896b7da6310736a0354c97413baa.zip |
Keyworded x86 amd64-linux and x86-linux
(Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sys-libs/libcxx/libcxx-9999.ebuild')
-rw-r--r-- | sys-libs/libcxx/libcxx-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index f34fdc95a43e..7c89c34bb818 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.4 2012/11/01 17:37:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.5 2013/01/31 17:56:57 bicatali Exp $ EAPI=4 @@ -21,7 +21,7 @@ fi LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~amd64-fbsd" + KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" else KEYWORDS="" fi |