diff options
author | 2013-03-30 14:55:23 +0000 | |
---|---|---|
committer | 2013-03-30 14:55:23 +0000 | |
commit | 4d693358c3dadf89d7e184eeb7340acec81f2b9f (patch) | |
tree | 3137460f435cd89c7ae842a9b8c55c8aef957a8d /dev-ml/ocamlnet/ocamlnet-3.5.ebuild | |
parent | Stable for alpha, wrt bug #457252 (diff) | |
download | gentoo-2-4d693358c3dadf89d7e184eeb7340acec81f2b9f.tar.gz gentoo-2-4d693358c3dadf89d7e184eeb7340acec81f2b9f.tar.bz2 gentoo-2-4d693358c3dadf89d7e184eeb7340acec81f2b9f.zip |
Fix LICENSE.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-ml/ocamlnet/ocamlnet-3.5.ebuild')
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-3.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/ocamlnet/ocamlnet-3.5.ebuild b/dev-ml/ocamlnet/ocamlnet-3.5.ebuild index f3f552de64ad..12979c942f78 100644 --- a/dev-ml/ocamlnet/ocamlnet-3.5.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.5.ebuild,v 1.4 2012/06/14 17:52:39 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.5.ebuild,v 1.5 2013/03/30 14:55:23 ulm Exp $ EAPI="2" @@ -11,7 +11,7 @@ DESCRIPTION="Modules for OCaml application-level Internet protocols" HOMEPAGE="http://projects.camlcity.org/projects/ocamlnet.html" SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" -LICENSE="as-is GPL-2" +LICENSE="ZLIB GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip" @@ -50,7 +50,7 @@ ocamlnet_use_enable() { src_configure() { ./configure \ - -bindir /usr/bin \ + -bindir /usr/bin \ -datadir /usr/share/${PN} \ $(ocamlnet_use_enable cryptokit crypto) \ $(ocamlnet_use_enable gtk gtk2) \ |