diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-07-29 15:42:38 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-07-29 15:42:38 +0000 |
commit | fefdd304e6679641af7a2ae4eb69a89fba86e92e (patch) | |
tree | 2e5d5e1c5d2e28af013f3e8542be9aa385f193bc /dev-libs/boost/boost-1.33.1-r1.ebuild | |
parent | Remove vulnerable version(s), bug 271717 (diff) | |
download | gentoo-2-fefdd304e6679641af7a2ae4eb69a89fba86e92e.tar.gz gentoo-2-fefdd304e6679641af7a2ae4eb69a89fba86e92e.tar.bz2 gentoo-2-fefdd304e6679641af7a2ae4eb69a89fba86e92e.zip |
Remove keywords from boost-1.33.1-r1.ebuild except ~x86-fbsd because it is vulnerable, bug 271712
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost/boost-1.33.1-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.33.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/boost/boost-1.33.1-r1.ebuild b/dev-libs/boost/boost-1.33.1-r1.ebuild index 39a205fbb3c2..cbd4f3431c85 100644 --- a/dev-libs/boost/boost-1.33.1-r1.ebuild +++ b/dev-libs/boost/boost-1.33.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.33.1-r1.ebuild,v 1.18 2008/02/04 20:38:41 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild,v 1.19 2009/07/29 15:42:38 darkside Exp $ inherit eutils distutils multilib python versionator check-reqs @@ -11,7 +11,7 @@ HOMEPAGE="http://www.boost.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="freedist Boost-1.0" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="~x86-fbsd" IUSE="bcp bjam debug doc icu pyste threads threadsonly" # Overriding var from python.eclass |