diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2011-12-28 19:22:06 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2011-12-28 19:22:06 +0000 |
commit | ba15a426b599b135e7199dec26562fa4e5374294 (patch) | |
tree | b5fc469a3548e3f40e751aa1b292a7646cdea146 /dev-util/boost-build | |
parent | [net-wireless/wpa_supplicant] Fix QA soname and drop unresolved deps (diff) | |
download | gentoo-2-ba15a426b599b135e7199dec26562fa4e5374294.tar.gz gentoo-2-ba15a426b599b135e7199dec26562fa4e5374294.tar.bz2 gentoo-2-ba15a426b599b135e7199dec26562fa4e5374294.zip |
Stable for ppc64; bug #377805
(Portage version: 2.1.10.11/cvs/Linux ppc64)
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.46.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 66887e7414ac..6d9ab50994ea 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.78 2011/10/20 16:37:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.79 2011/12/28 19:22:06 halcy0n Exp $ + + 28 Dec 2011; Mark Loeser <halcy0n@gentoo.org> boost-build-1.46.1.ebuild: + Stable for ppc64; bug #377805 20 Oct 2011; Brent Baude <ranger@gentoo.org> boost-build-1.46.1.ebuild: Marking boost-build-1.46.1 ppc for bug 377805 diff --git a/dev-util/boost-build/boost-build-1.46.1.ebuild b/dev-util/boost-build/boost-build-1.46.1.ebuild index 699895684a19..287a5b945307 100644 --- a/dev-util/boost-build/boost-build-1.46.1.ebuild +++ b/dev-util/boost-build/boost-build-1.46.1.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.46.1.ebuild,v 1.8 2011/10/20 16:37:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.46.1.ebuild,v 1.9 2011/12/28 19:22:06 halcy0n 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 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="examples python" DEPEND="!<dev-libs/boost-1.34.0 |