diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-11-25 17:59:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-11-25 17:59:16 +0000 |
commit | 4ecf264422e599667b220ecb6794349eef8efcf1 (patch) | |
tree | 881fb6eb225fa496da2b3c71b6559e7c9cf82b97 /dev-libs/boost/boost-1.37.0-r1.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-4ecf264422e599667b220ecb6794349eef8efcf1.tar.gz gentoo-2-4ecf264422e599667b220ecb6794349eef8efcf1.tar.bz2 gentoo-2-4ecf264422e599667b220ecb6794349eef8efcf1.zip |
Remove ~hppa where the endian patch has not been applied (bug #290243).
(Portage version: 2.2_rc51/cvs/Linux i686)
Diffstat (limited to 'dev-libs/boost/boost-1.37.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.37.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.37.0-r1.ebuild b/dev-libs/boost/boost-1.37.0-r1.ebuild index 98e94dae6ace..a0b98c3823d5 100644 --- a/dev-libs/boost/boost-1.37.0-r1.ebuild +++ b/dev-libs/boost/boost-1.37.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.13 2009/11/09 21:48:51 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.14 2009/11/25 17:59:16 jer Exp $ EAPI="2" inherit python flag-o-matic multilib toolchain-funcs versionator check-reqs -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" MY_P=${PN}_$(replace_all_version_separators _) PATCHSET_VERSION="${PV}-1" |