diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-03 22:43:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-03 22:43:29 +0000 |
commit | 50eaf990e06f055bdb92a375960e47dd77217728 (patch) | |
tree | a84b89f4d769b0c5113ba3cea2f645d8577c301f /dev-ml | |
parent | LGPL has linking exception here, fix LICENSE (diff) | |
download | gentoo-2-50eaf990e06f055bdb92a375960e47dd77217728.tar.gz gentoo-2-50eaf990e06f055bdb92a375960e47dd77217728.tar.bz2 gentoo-2-50eaf990e06f055bdb92a375960e47dd77217728.zip |
as-is license only applies to examples, make it conditional in LICENSE
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/lablgtk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/lablgtk/lablgtk-2.14.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/lablgtk/ChangeLog b/dev-ml/lablgtk/ChangeLog index b390ef694220..6278db445e12 100644 --- a/dev-ml/lablgtk/ChangeLog +++ b/dev-ml/lablgtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/lablgtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.95 2012/08/03 22:41:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.96 2012/08/03 22:43:29 aballier Exp $ + + 03 Aug 2012; Alexis Ballier <aballier@gentoo.org> lablgtk-2.14.2.ebuild: + as-is license only applies to examples, make it conditional in LICENSE 03 Aug 2012; Alexis Ballier <aballier@gentoo.org> lablgtk-2.14.2.ebuild: LGPL has linking exception here, fix LICENSE diff --git a/dev-ml/lablgtk/lablgtk-2.14.2.ebuild b/dev-ml/lablgtk/lablgtk-2.14.2.ebuild index 6855d7453adf..3fa8b758df80 100644 --- a/dev-ml/lablgtk/lablgtk-2.14.2.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.14.2.ebuild,v 1.11 2012/08/03 22:41:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.14.2.ebuild,v 1.12 2012/08/03 22:43:29 aballier Exp $ EAPI="2" @@ -11,7 +11,7 @@ IUSE="debug examples glade gnome gnomecanvas sourceview +ocamlopt opengl spell s DESCRIPTION="Objective CAML interface for Gtk+2" HOMEPAGE="http://lablgtk.forge.ocamlcore.org/" SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz" -LICENSE="LGPL-2.1-with-linking-exception as-is" +LICENSE="LGPL-2.1-with-linking-exception examples? ( as-is )" RDEPEND=">=x11-libs/gtk+-2.10:2 >=dev-lang/ocaml-3.10[ocamlopt?] |