diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-06-18 03:38:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-06-18 03:38:35 +0000 |
commit | faeb919c97fe151116a846dd416fe795c2c47097 (patch) | |
tree | 6ef913aafa427f8b1c04b3aeb7fffbc2156bc8bc /dev-util/boost-build | |
parent | Stable on mips, per #182387. (diff) | |
download | gentoo-2-faeb919c97fe151116a846dd416fe795c2c47097.tar.gz gentoo-2-faeb919c97fe151116a846dd416fe795c2c47097.tar.bz2 gentoo-2-faeb919c97fe151116a846dd416fe795c2c47097.zip |
Marked ~hppa (bug #182196).
(Portage version: 2.1.2.7)
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 0f8b8e088e96..12506dbf4511 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.4 2007/06/16 15:17:07 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.5 2007/06/18 03:38:35 jer Exp $ + + 18 Jun 2007; Jeroen Roovers <jer@gentoo.org> boost-build-1.34.0.ebuild: + Marked ~hppa (bug #182196). 16 Jun 2007; Ferris McCormick <fmccor@gentoo.org> boost-build-1.34.0.ebuild: 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 eeaf963535b0..fee47f011f1a 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.3 2007/06/16 15:17:07 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.0.ebuild,v 1.4 2007/06/18 03:38:35 jer Exp $ inherit flag-o-matic toolchain-funcs versionator -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" MY_PV=$(replace_all_version_separators _) |