diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2009-10-21 13:42:37 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2009-10-21 13:42:37 +0000 |
commit | e7aed623ec073838645beb4318e4dcef4483f55f (patch) | |
tree | 3752ae680e04a25f0522d0ab2d5d6a58102e93bd /dev-libs/boost/boost-1.35.0-r5.ebuild | |
parent | Initial import of www-servers/tornado, #284619. (diff) | |
download | gentoo-2-e7aed623ec073838645beb4318e4dcef4483f55f.tar.gz gentoo-2-e7aed623ec073838645beb4318e4dcef4483f55f.tar.bz2 gentoo-2-e7aed623ec073838645beb4318e4dcef4483f55f.zip |
Remove old freedist license from Boost ebuilds (#215129).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost/boost-1.35.0-r5.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.35.0-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.35.0-r5.ebuild b/dev-libs/boost/boost-1.35.0-r5.ebuild index 84bc4321754d..efcf03cba5bf 100644 --- a/dev-libs/boost/boost-1.35.0-r5.ebuild +++ b/dev-libs/boost/boost-1.35.0-r5.ebuild @@ -1,6 +1,6 @@ # 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.35.0-r5.ebuild,v 1.6 2009/08/07 05:47:41 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.7 2009/10/21 13:42:37 djc Exp $ EAPI="2" @@ -16,7 +16,7 @@ HOMEPAGE="http://www.boost.org/" SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2 mirror://gentoo/boost-patches-${PATCHSET_VERSION}.tbz2 http://www.gentoo.org/~dev-zero/distfiles/boost-patches-${PATCHSET_VERSION}.tbz2" -LICENSE="freedist Boost-1.0" +LICENSE="Boost-1.0" SLOT="0" IUSE="doc +eselect expat icu mpi python tools" |