diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-04-04 12:05:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-04-04 12:05:24 +0000 |
commit | 9c90021f1d1453b25239c7be00a622b72cd0b722 (patch) | |
tree | b889efb6cbb8b4c9ea0cd69c730ec6bf1422b355 /virtual | |
parent | abook-0.5.5-r1 stable on x86 (#128144). Removed old ebuilds. (diff) | |
download | gentoo-2-9c90021f1d1453b25239c7be00a622b72cd0b722.tar.gz gentoo-2-9c90021f1d1453b25239c7be00a622b72cd0b722.tar.bz2 gentoo-2-9c90021f1d1453b25239c7be00a622b72cd0b722.zip |
Mark 3.3 stable on ia64
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libstdc++/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog index 908ebb0daf6a..e7ca2301f3ad 100644 --- a/virtual/libstdc++/ChangeLog +++ b/virtual/libstdc++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libstdc++ # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.7 2006/02/16 19:34:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.8 2006/04/04 12:05:23 agriffis Exp $ + + 04 Apr 2006; Aron Griffis <agriffis@gentoo.org> libstdc++-3.3.ebuild: + Mark 3.3 stable on ia64 21 Jan 2006; Markus Rothe <corsair@gentoo.org> libstdc++-3.3.ebuild: Added ~ppc64 diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index 46f5b2dace2a..a7bcde82f145 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 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.6 2006/01/21 16:11:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.7 2006/04/04 12:05:24 agriffis Exp $ DESCRIPTION="Virtual for the GNU Standard C++ Library" HOMEPAGE="http://www.gentoo.org/proj/en/base/" SRC_URI="" LICENSE="GPL-2" SLOT="3.3" -KEYWORDS="-* amd64 ppc ~ppc64 x86" +KEYWORDS="-* amd64 ia64 ppc ~ppc64 x86" IUSE="" DEPEND="" RDEPEND="|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )" |