diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-04 15:15:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-04 15:15:25 +0000 |
commit | db9df4692fb5e6627bd50de1b44511ef80b86d98 (patch) | |
tree | 08daad8a54686070226d3519ecdf72d9c0168104 /dev-libs/STLport | |
parent | Initial import (diff) | |
download | gentoo-2-db9df4692fb5e6627bd50de1b44511ef80b86d98.tar.gz gentoo-2-db9df4692fb5e6627bd50de1b44511ef80b86d98.tar.bz2 gentoo-2-db9df4692fb5e6627bd50de1b44511ef80b86d98.zip |
Fix LICENSE, bug 448166.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-libs/STLport')
-rw-r--r-- | dev-libs/STLport/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/STLport/STLport-5.2.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/STLport/ChangeLog b/dev-libs/STLport/ChangeLog index d8c4935d8a0e..a2243578a8c1 100644 --- a/dev-libs/STLport/ChangeLog +++ b/dev-libs/STLport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/STLport -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/ChangeLog,v 1.79 2011/04/25 14:38:07 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/ChangeLog,v 1.80 2013/01/04 15:15:25 ulm Exp $ + + 04 Jan 2013; Ulrich Müller <ulm@gentoo.org> STLport-5.2.1.ebuild: + Fix LICENSE, bug 448166. 25 Apr 2011; Raúl Porcel <armin76@gentoo.org> STLport-5.2.1.ebuild: sparc stable wrt #358493 diff --git a/dev-libs/STLport/STLport-5.2.1.ebuild b/dev-libs/STLport/STLport-5.2.1.ebuild index 1eac61df54d8..c8dfb3280659 100644 --- a/dev-libs/STLport/STLport-5.2.1.ebuild +++ b/dev-libs/STLport/STLport-5.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.2.1.ebuild,v 1.5 2011/04/25 14:38:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.2.1.ebuild,v 1.6 2013/01/04 15:15:25 ulm Exp $ EAPI="2" @@ -12,7 +12,8 @@ DESCRIPTION="C++ STL library" HOMEPAGE="http://stlport.sourceforge.net/" SRC_URI="mirror://sourceforge/stlport/${P}.tar.bz2 mirror://gentoo/distfiles/${PN}-patches-${PV}-${PATCH_V}.tbz2" -LICENSE="as-is" + +LICENSE="boehm-gc HPND" SLOT="0" KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" IUSE="boost debug static static-libs threads" |