diff options
author | 2004-07-02 04:58:37 +0000 | |
---|---|---|
committer | 2004-07-02 04:58:37 +0000 | |
commit | aa3cff14165413708fd08138bc9fc634887574f3 (patch) | |
tree | 1e25af61de1949b276690903c31a374651d88752 /dev-libs/boost | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-aa3cff14165413708fd08138bc9fc634887574f3.tar.gz historical-aa3cff14165413708fd08138bc9fc634887574f3.tar.bz2 historical-aa3cff14165413708fd08138bc9fc634887574f3.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.30.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.30.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.31.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index f6f1f734f2b2..3f4652517912 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.20 2004/07/01 21:47:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.21 2004/07/02 04:34:23 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> boost-1.30.0.ebuild, + boost-1.30.2.ebuild, boost-1.31.0.ebuild: + virtual/glibc -> virtual/libc 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> boost-1.31.0.ebuild: Stable amd64 diff --git a/dev-libs/boost/boost-1.30.0.ebuild b/dev-libs/boost/boost-1.30.0.ebuild index f63f046506ca..8fe679eee6b4 100644 --- a/dev-libs/boost/boost-1.30.0.ebuild +++ b/dev-libs/boost/boost-1.30.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.0.ebuild,v 1.5 2004/06/24 23:01:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.0.ebuild,v 1.6 2004/07/02 04:34:23 eradicator Exp $ MY_V="${PV//\./_}" @@ -17,7 +17,7 @@ IUSE="icc" # This would be a good place for someone to figure out how to get # boost to build nicely with icc, as it's documented to be doable. -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND=">=dev-util/yacc-1.9.1-r1 >=dev-lang/python-2.2.1 icc? ( >=dev-lang/icc-7.1 )" diff --git a/dev-libs/boost/boost-1.30.2.ebuild b/dev-libs/boost/boost-1.30.2.ebuild index bd663150905c..5d740a95ee80 100644 --- a/dev-libs/boost/boost-1.30.2.ebuild +++ b/dev-libs/boost/boost-1.30.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.2.ebuild,v 1.5 2004/06/24 23:01:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.2.ebuild,v 1.6 2004/07/02 04:34:23 eradicator Exp $ DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries." HOMEPAGE="http://www.boost.org" @@ -15,7 +15,7 @@ IUSE="icc" # This would be a good place for someone to figure out how to get # boost to build nicely with icc, as it's documented to be doable. -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND=">=dev-util/yacc-1.9.1-r1 >=dev-lang/python-2.2.1 icc? ( >=dev-lang/icc-7.1 )" diff --git a/dev-libs/boost/boost-1.31.0.ebuild b/dev-libs/boost/boost-1.31.0.ebuild index fb864cbcd895..af115df48f4a 100644 --- a/dev-libs/boost/boost-1.31.0.ebuild +++ b/dev-libs/boost/boost-1.31.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.31.0.ebuild,v 1.8 2004/07/01 21:47:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.31.0.ebuild,v 1.9 2004/07/02 04:34:23 eradicator Exp $ MyPV=${PV//./_} @@ -19,7 +19,7 @@ IUSE="icc" # This would be a good place for someone to figure out how to get # boost to build nicely with icc, as it's documented to be doable. -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND=">=dev-util/yacc-1.9.1-r1 >=dev-lang/python-2.2.1 icc? ( >=dev-lang/icc-7.1 )" |