diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-03-08 16:15:20 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-03-08 16:15:20 +0000 |
commit | 92935b642c68b6c4c5ccd9a1571ccd73b9e4d098 (patch) | |
tree | 5a8816ff9f7de017bc33f65b62e20f699298c66b /dev-util/boost-build | |
parent | Stable for HPPA (bug #356549). (diff) | |
download | gentoo-2-92935b642c68b6c4c5ccd9a1571ccd73b9e4d098.tar.gz gentoo-2-92935b642c68b6c4c5ccd9a1571ccd73b9e4d098.tar.bz2 gentoo-2-92935b642c68b6c4c5ccd9a1571ccd73b9e4d098.zip |
Stable on alpha, bug #344677
(Portage version: 2.1.9.42/cvs/Linux x86_64)
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.42.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 95c9095306ec..ba77792a7d74 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.66 2011/03/06 09:40:07 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.67 2011/03/08 16:15:20 klausman Exp $ + + 08 Mar 2011; Tobias Klausmann <klausman@gentoo.org> + boost-build-1.42.0.ebuild: + Stable on alpha, bug #344677 06 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> boost-build-1.42.0.ebuild: diff --git a/dev-util/boost-build/boost-build-1.42.0.ebuild b/dev-util/boost-build/boost-build-1.42.0.ebuild index c4749406924c..910e7cc78933 100644 --- a/dev-util/boost-build/boost-build-1.42.0.ebuild +++ b/dev-util/boost-build/boost-build-1.42.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.42.0.ebuild,v 1.8 2011/03/06 09:40:07 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.42.0.ebuild,v 1.9 2011/03/08 16:15:20 klausman 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="$(get_version_component_range 1-2)" -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 |