diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-01-31 17:48:20 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-01-31 17:48:20 +0000 |
commit | e0eef4d075e7fde688786c5a8353ff3035288774 (patch) | |
tree | 82515932c15def3c7a0ca505b663bf49d72d5a15 /sys-libs | |
parent | Stable for ppc64, wrt bug #453844 (diff) | |
download | gentoo-2-e0eef4d075e7fde688786c5a8353ff3035288774.tar.gz gentoo-2-e0eef4d075e7fde688786c5a8353ff3035288774.tar.bz2 gentoo-2-e0eef4d075e7fde688786c5a8353ff3035288774.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')
-rw-r--r-- | sys-libs/libcxxrt/ChangeLog | 9 | ||||
-rw-r--r-- | sys-libs/libcxxrt/libcxxrt-0.0_p20120911.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libcxxrt/libcxxrt-9999.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-libs/libcxxrt/ChangeLog b/sys-libs/libcxxrt/ChangeLog index c0b1cfad84fb..99d184b76c98 100644 --- a/sys-libs/libcxxrt/ChangeLog +++ b/sys-libs/libcxxrt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libcxxrt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/ChangeLog,v 1.5 2012/11/01 17:40:49 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/ChangeLog,v 1.6 2013/01/31 17:48:20 bicatali Exp $ + + 31 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org> + libcxxrt-0.0_p20120911.ebuild, libcxxrt-9999.ebuild: + Keyworded x86 amd64-linux and x86-linux 01 Nov 2012; Alexis Ballier <aballier@gentoo.org> -files/0001-Link-to-libdl-where-needed-for-dladdr-exception.cc.patch, @@ -33,4 +37,3 @@ +libcxxrt-0.0_p20120528.ebuild, +libcxxrt-9999.ebuild, +files/prepare_snapshot.sh, +metadata.xml: Initial import, ebuild by me - diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20120911.ebuild b/sys-libs/libcxxrt/libcxxrt-0.0_p20120911.ebuild index 84dc277f2c94..2cd5f8bd2acf 100644 --- a/sys-libs/libcxxrt/libcxxrt-0.0_p20120911.ebuild +++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20120911.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/libcxxrt/libcxxrt-0.0_p20120911.ebuild,v 1.2 2012/09/11 20:16:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-0.0_p20120911.ebuild,v 1.3 2013/01/31 17:48:20 bicatali Exp $ EAPI=4 @@ -22,7 +22,7 @@ fi LICENSE="BSD-2" SLOT="0" if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~amd64-fbsd" + KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" else KEYWORDS="" fi diff --git a/sys-libs/libcxxrt/libcxxrt-9999.ebuild b/sys-libs/libcxxrt/libcxxrt-9999.ebuild index c5a051a529fd..b196af32c436 100644 --- a/sys-libs/libcxxrt/libcxxrt-9999.ebuild +++ b/sys-libs/libcxxrt/libcxxrt-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/libcxxrt/libcxxrt-9999.ebuild,v 1.3 2012/09/11 20:16:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild,v 1.4 2013/01/31 17:48:20 bicatali Exp $ EAPI=4 @@ -22,7 +22,7 @@ fi LICENSE="BSD-2" SLOT="0" if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~amd64-fbsd" + KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" else KEYWORDS="" fi |