summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-02-08 22:15:35 +0000
committerUlrich Müller <ulm@gentoo.org>2010-02-08 22:15:35 +0000
commit15a960acac6ffd992f5bd32f5d89833301d2d3bc (patch)
tree5004755649acd477e9dd1812393ac76c987fe7f2 /x11-libs/agg/agg-2.5-r2.ebuild
parent[sys-auth/policykit-qt] Version bump (diff)
downloadgentoo-2-15a960acac6ffd992f5bd32f5d89833301d2d3bc.tar.gz
gentoo-2-15a960acac6ffd992f5bd32f5d89833301d2d3bc.tar.bz2
gentoo-2-15a960acac6ffd992f5bd32f5d89833301d2d3bc.zip
Fix LICENSE, bug 298556.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'x11-libs/agg/agg-2.5-r2.ebuild')
-rw-r--r--x11-libs/agg/agg-2.5-r2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild
index 9561d123480f..6d0fc15f0c5b 100644
--- a/x11-libs/agg/agg-2.5-r2.ebuild
+++ b/x11-libs/agg/agg-2.5-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.1 2009/04/07 10:34:58 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.2 2010/02/08 22:15:35 ulm Exp $
EAPI="2"
@@ -9,7 +9,8 @@ inherit eutils autotools base
DESCRIPTION="Anti-Grain Geometry - A High Quality Rendering Engine for C++"
HOMEPAGE="http://antigrain.com/"
SRC_URI="http://antigrain.com/${P}.tar.gz"
-LICENSE="X11"
+
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="+gpc +truetype +X"