diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 09:22:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 09:22:23 +0000 |
commit | 2629d931fc2f427cca193049a3e288372d2023f0 (patch) | |
tree | db6a1d3676c8a5d9249384694df25825073db79f /dev-libs/boost | |
parent | Enable calendar support for 1.4 (diff) | |
download | gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.tar.gz gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.tar.bz2 gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.zip |
unmasks and changelog fixes
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.28.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.29.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.30.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/boost/boost-1.28.ebuild b/dev-libs/boost/boost-1.28.ebuild index e51f4dbd6830..fda1006f0d0c 100644 --- a/dev-libs/boost/boost-1.28.ebuild +++ b/dev-libs/boost/boost-1.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.28.ebuild,v 1.2 2003/02/13 10:34:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.28.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="Boost provides free peer-review portable C++ source libraries." MY_V="`echo ${PV} |sed -e 's:\.:_:g'`" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.boost.org" LICENSE="freedist" DEPEND=">=dev-util/yacc-1.9.1-r1 >=dev-lang/python-2.2.1" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="1" IUSE="" diff --git a/dev-libs/boost/boost-1.29.0.ebuild b/dev-libs/boost/boost-1.29.0.ebuild index b93a15b140f2..a23e5a0b2b8a 100644 --- a/dev-libs/boost/boost-1.29.0.ebuild +++ b/dev-libs/boost/boost-1.29.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.29.0.ebuild,v 1.3 2003/02/13 10:34:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.29.0.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ MY_V="${PV//\./_}" @@ -8,7 +8,7 @@ DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries." HOMEPAGE="http://www.boost.org" SRC_URI="http://boost.sourceforge.net/release/boost_${MY_V}.tar.gz" LICENSE="freedist" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" SLOT="1" IUSE="" diff --git a/dev-libs/boost/boost-1.30.0.ebuild b/dev-libs/boost/boost-1.30.0.ebuild index 4c0a250cbc35..66ae01d5be22 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-2003 Gentoo Technologies, Inc. # 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.1 2003/05/17 05:50:03 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.0.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ MY_V="${PV//\./_}" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.boost.org" SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_V}.tar.bz2" LICENSE="freedist" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" SLOT="1" IUSE="icc" |