diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-10-24 12:06:21 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-10-24 12:06:21 +0000 |
commit | af061d7d2c90640f25c363ffc9dd7fdd6668c27e (patch) | |
tree | 10ad97069726358fa90113f77aab188f7438331d /dev-util/boost-build | |
parent | Revert some of previous commit and don't enable fortune by default. (diff) | |
download | gentoo-2-af061d7d2c90640f25c363ffc9dd7fdd6668c27e.tar.gz gentoo-2-af061d7d2c90640f25c363ffc9dd7fdd6668c27e.tar.bz2 gentoo-2-af061d7d2c90640f25c363ffc9dd7fdd6668c27e.zip |
ppc stable #284686
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r-- | dev-util/boost-build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.35.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 8bbdfb09b89d..a1742f0247b8 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.41 2009/10/24 09:20:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.42 2009/10/24 12:06:21 nixnut Exp $ + + 24 Oct 2009; nixnut <nixnut@gentoo.org> boost-build-1.35.0-r2.ebuild: + ppc stable #284686 24 Oct 2009; Mike Frysinger <vapier@gentoo.org> boost-build-1.35.0-r2.ebuild, boost-build-1.36.0.ebuild, diff --git a/dev-util/boost-build/boost-build-1.35.0-r2.ebuild b/dev-util/boost-build/boost-build-1.35.0-r2.ebuild index 45d14023fff8..9d06cf2f57e1 100644 --- a/dev-util/boost-build/boost-build-1.35.0-r2.ebuild +++ b/dev-util/boost-build/boost-build-1.35.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.35.0-r2.ebuild,v 1.6 2009/10/24 09:20:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild,v 1.7 2009/10/24 12:06:21 nixnut Exp $ EAPI="2" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" 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="examples python" DEPEND="!<dev-libs/boost-1.34.0 |