diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-12-20 21:03:08 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-12-20 21:03:08 +0000 |
commit | 94526d4136518cfb239d7155a3caa7f15dcada33 (patch) | |
tree | 57924e3d6710131706f25eeef122c153d22eb09b /virtual/libstdc++ | |
parent | Version bump, bug #115226 (diff) | |
download | gentoo-2-94526d4136518cfb239d7155a3caa7f15dcada33.tar.gz gentoo-2-94526d4136518cfb239d7155a3caa7f15dcada33.tar.bz2 gentoo-2-94526d4136518cfb239d7155a3caa7f15dcada33.zip |
Fix slot, add ~amd64
(Portage version: 2.1_pre1)
Diffstat (limited to 'virtual/libstdc++')
-rw-r--r-- | virtual/libstdc++/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog index 3b74e8a5d4dc..1928db39385d 100644 --- a/virtual/libstdc++/ChangeLog +++ b/virtual/libstdc++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gentoo-x86/virtual # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.1 2005/12/20 20:49:00 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.2 2005/12/20 21:03:08 halcy0n Exp $ + + 20 Dec 2005; Mark Loeser <halcy0n@gentoo.org> libstdc++-3.3.ebuild: + Fix slot, add ~amd64 *libstdc++-3.3 (20 Dec 2005) diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index 3d2db7a89b7e..ecb3a8435a7a 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.1 2005/12/20 20:49:00 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.2 2005/12/20 21:03:08 halcy0n Exp $ DESCRIPTION="Virtual for the GNU Standard C++ Library" HOMEPAGE="http://www.gentoo.org/proj/en/base/" SRC_URI="" LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~x86" +SLOT="3.3" +KEYWORDS="-* ~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )" |