diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-06-16 15:17:07 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-06-16 15:17:07 +0000 |
commit | bdf7d531e481e0ce568057ff9d2cf1edde1e7c31 (patch) | |
tree | e1c952267b4edec952fb83d4699c881e4f8a23d7 /dev-util/boost-build | |
parent | removing malverian from metadata (diff) | |
download | gentoo-2-bdf7d531e481e0ce568057ff9d2cf1edde1e7c31.tar.gz gentoo-2-bdf7d531e481e0ce568057ff9d2cf1edde1e7c31.tar.bz2 gentoo-2-bdf7d531e481e0ce568057ff9d2cf1edde1e7c31.zip |
Add ~sparc keyword --- part of Bug #182196 --- installs as expected.
(Portage version: 2.1.3_rc3)
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.34.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 131104dd9332..0f8b8e088e96 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.3 2007/06/10 19:37:04 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.4 2007/06/16 15:17:07 fmccor Exp $ + + 16 Jun 2007; Ferris McCormick <fmccor@gentoo.org> + boost-build-1.34.0.ebuild: + Add ~sparc keyword --- part of Bug #182196 --- installs as expected. 10 Jun 2007; Ryan Hill <dirtyepic@gentoo.org> boost-build-1.34.0.ebuild: Boost building boost-build with GCC 4.2, bug #181139. 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 2f775eee957b..eeaf963535b0 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.2 2007/06/10 19:37:04 dirtyepic Exp $ +# $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 $ inherit flag-o-matic toolchain-funcs versionator -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" MY_PV=$(replace_all_version_separators _) |