diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-06-23 17:57:12 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-06-23 17:57:12 +0000 |
commit | 9f7e7a06c611d9b0650330a18e2088c45c8dedcc (patch) | |
tree | 25788b471ff23d5877dc4c761dfaf56d560ae875 /dev-util/boost-build | |
parent | Disable system sqlite usage again, produces freezes for some people, it's bet... (diff) | |
download | gentoo-2-9f7e7a06c611d9b0650330a18e2088c45c8dedcc.tar.gz gentoo-2-9f7e7a06c611d9b0650330a18e2088c45c8dedcc.tar.bz2 gentoo-2-9f7e7a06c611d9b0650330a18e2088c45c8dedcc.zip |
Marked unstable on mips, per #182196.
(Portage version: 2.1.3_rc4)
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.34.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index e6076cf9ca54..7aff42e33bbf 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.8 2007/06/20 15:27:43 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.9 2007/06/23 17:57:12 kumba Exp $ + + 23 Jun 2007; Joshua Kinard <kumba@gentoo.org> boost-build-1.34.0.ebuild: + Marked unstable on mips, per #182196. 20 Jun 2007; Joseph Jezak <josejx@gentoo.org> boost-build-1.34.0.ebuild: Marked ~ppc for bug #182196. diff --git a/dev-util/boost-build/boost-build-1.34.0.ebuild b/dev-util/boost-build/boost-build-1.34.0.ebuild index dc596fe4197a..33f72e2aa6d4 100644 --- a/dev-util/boost-build/boost-build-1.34.0.ebuild +++ b/dev-util/boost-build/boost-build-1.34.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 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.0.ebuild,v 1.7 2007/06/20 15:27:43 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.0.ebuild,v 1.8 2007/06/23 17:57:12 kumba Exp $ inherit flag-o-matic toolchain-funcs versionator -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" MY_PV=$(replace_all_version_separators _) |