diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-01 14:14:08 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-01 14:14:08 +0000 |
commit | 7013e0883348e9f35dc2717c4610718c975f7838 (patch) | |
tree | 3304ce0247e167ae605f6533208e2e518a552233 /sys-libs/libstdc++-v3 | |
parent | bump; add IUSE doc with dep, doc build & install phases, deps & test phase up... (diff) | |
download | gentoo-2-7013e0883348e9f35dc2717c4610718c975f7838.tar.gz gentoo-2-7013e0883348e9f35dc2717c4610718c975f7838.tar.bz2 gentoo-2-7013e0883348e9f35dc2717c4610718c975f7838.zip |
x86 stable, bug #452614
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r-- | sys-libs/libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libstdc++-v3/ChangeLog b/sys-libs/libstdc++-v3/ChangeLog index 7be078f72fd0..462e6caaa196 100644 --- a/sys-libs/libstdc++-v3/ChangeLog +++ b/sys-libs/libstdc++-v3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libstdc++-v3 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.72 2013/09/30 20:07:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.73 2013/12/01 14:14:08 johu Exp $ + + 01 Dec 2013; Johannes Huber <johu@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild: + x86 stable, bug #452614 30 Sep 2013; Mike Frysinger <vapier@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild, libstdc++-v3-3.3.6.ebuild: diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild index 54f16622444e..9e63e77e10fb 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.9 2013/09/30 20:07:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.10 2013/12/01 14:14:08 johu Exp $ inherit eutils flag-o-matic libtool multilib @@ -116,7 +116,7 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="5" -KEYWORDS="amd64 hppa ~mips ppc -ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ~mips ppc -ppc64 sparc x86 ~x86-fbsd" IUSE="multilib nls" S=${WORKDIR}/gcc-${PV} |