diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-01-18 15:24:12 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-01-18 15:24:12 +0000 |
commit | 72b70673769b2d0b097f19602db42534cfae0e6e (patch) | |
tree | 7cb8109874a6f5739baed7e3d68c57b20dfe135b /x11-wm/afterstep/afterstep-2.2.9.ebuild | |
parent | Dropping maintenance (diff) | |
download | historical-72b70673769b2d0b097f19602db42534cfae0e6e.tar.gz historical-72b70673769b2d0b097f19602db42534cfae0e6e.tar.bz2 historical-72b70673769b2d0b097f19602db42534cfae0e6e.zip |
Fix license, bug #301210
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/afterstep/afterstep-2.2.9.ebuild')
-rw-r--r-- | x11-wm/afterstep/afterstep-2.2.9.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/afterstep/afterstep-2.2.9.ebuild b/x11-wm/afterstep/afterstep-2.2.9.ebuild index f7c4901f8bb0..688ef1f71fee 100644 --- a/x11-wm/afterstep/afterstep-2.2.9.ebuild +++ b/x11-wm/afterstep/afterstep-2.2.9.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-wm/afterstep/afterstep-2.2.9.ebuild,v 1.3 2009/11/03 15:22:39 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.9.ebuild,v 1.4 2010/01/18 15:24:12 voyageur Exp $ EAPI=2 inherit autotools flag-o-matic eutils @@ -9,7 +9,8 @@ DESCRIPTION="AfterStep is a feature rich NeXTish window manager" HOMEPAGE="http://www.afterstep.org" SRC_URI="ftp://ftp.afterstep.org/stable/AfterStep-${PV}.tar.bz2" -LICENSE="AFTERSTEP" +# libAfterBase/libAfterImage are LGPL +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="alsa debug dbus gif gtk jpeg mmx nls png svg tiff xinerama" |