diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.34.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 5975f14fcde2..b9898c25c428 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.130 2008/01/26 12:21:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.131 2008/01/26 13:10:27 dertobi123 Exp $ + + 26 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + boost-1.34.1-r2.ebuild: + ppc stable, bug #205955 26 Jan 2008; Jeroen Roovers <jer@gentoo.org> boost-1.34.1-r2.ebuild: Stable for HPPA (bug #205955). diff --git a/dev-libs/boost/boost-1.34.1-r2.ebuild b/dev-libs/boost/boost-1.34.1-r2.ebuild index 962aea896a9e..586b9fe003d7 100644 --- a/dev-libs/boost/boost-1.34.1-r2.ebuild +++ b/dev-libs/boost/boost-1.34.1-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.34.1-r2.ebuild,v 1.6 2008/01/26 12:21:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.34.1-r2.ebuild,v 1.7 2008/01/26 13:10:27 dertobi123 Exp $ inherit distutils flag-o-matic multilib toolchain-funcs versionator check-reqs -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" MY_P=${PN}_$(replace_all_version_separators _) PATCHSET_VERSION="${PV}-3" |