diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-01-25 19:00:15 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-01-25 19:00:15 +0000 |
commit | 1e124f056c807d2932a2b2a205b8f02fe63d8035 (patch) | |
tree | adc8e8fd7b2946a8ea645614808ba31759255d77 | |
parent | Bump to 2.2.1 (diff) | |
download | gentoo-2-1e124f056c807d2932a2b2a205b8f02fe63d8035.tar.gz gentoo-2-1e124f056c807d2932a2b2a205b8f02fe63d8035.tar.bz2 gentoo-2-1e124f056c807d2932a2b2a205b8f02fe63d8035.zip |
Stable on ppc64; bug #205955
(Portage version: 2.1.3.19)
-rw-r--r-- | dev-util/boost-build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.34.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 3038664b592c..67ec476db70f 100644 --- a/dev-util/boost-build/ChangeLog +++ b/dev-util/boost-build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/boost-build # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.15 2008/01/25 10:52:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.16 2008/01/25 19:00:15 corsair Exp $ + + 25 Jan 2008; Markus Rothe <corsair@gentoo.org> boost-build-1.34.1.ebuild: + Stable on ppc64; bug #205955 25 Jan 2008; Raúl Porcel <armin76@gentoo.org> boost-build-1.34.1.ebuild: alpha/ia64/sparc stable wrt security #205955 diff --git a/dev-util/boost-build/boost-build-1.34.1.ebuild b/dev-util/boost-build/boost-build-1.34.1.ebuild index 12e7454eca1b..67d7f23c6ba2 100644 --- a/dev-util/boost-build/boost-build-1.34.1.ebuild +++ b/dev-util/boost-build/boost-build-1.34.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.6 2008/01/25 10:52:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.7 2008/01/25 19:00:15 corsair Exp $ inherit flag-o-matic toolchain-funcs versionator @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND="!<dev-libs/boost-1.34.0" |