diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-26 13:09:50 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-26 13:09:50 +0000 |
commit | 1e94b3ef642ea9448dcf761a9091b30f081e3672 (patch) | |
tree | 9e14db7f22fbac676924b19cb99158b53b32407f /dev-util/boost-build | |
parent | ppc stable, bug #201669 (diff) | |
download | gentoo-2-1e94b3ef642ea9448dcf761a9091b30f081e3672.tar.gz gentoo-2-1e94b3ef642ea9448dcf761a9091b30f081e3672.tar.bz2 gentoo-2-1e94b3ef642ea9448dcf761a9091b30f081e3672.zip |
ppc stable, bug #205955
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r-- | dev-util/boost-build/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.34.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 7662d7fc18c0..6369c4ae552a 100644 --- a/dev-util/boost-build/ChangeLog +++ b/dev-util/boost-build/ChangeLog @@ -1,6 +1,10 @@ # 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.17 2008/01/26 12:20:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.18 2008/01/26 13:09:50 dertobi123 Exp $ + + 26 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + boost-build-1.34.1.ebuild: + ppc stable, bug #205955 26 Jan 2008; Jeroen Roovers <jer@gentoo.org> boost-build-1.34.1.ebuild: Stable for HPPA (bug #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 7963587bcccb..ebe391a9206a 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.8 2008/01/26 12:20:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.9 2008/01/26 13:09:50 dertobi123 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" |