From c10be05ce34dec82131e28e3b6b6e35bedbcbbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 28 Oct 2016 22:30:57 +0200 Subject: [PATCH] dev-lang/c-intercal: Specify license more precisely. Package-Manager: portage-2.3.2 --- dev-lang/c-intercal/c-intercal-29.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/c-intercal/c-intercal-29.0.ebuild b/dev-lang/c-intercal/c-intercal-29.0.ebuild index f1dbfc2a418c0..dfc1909a73641 100644 --- a/dev-lang/c-intercal/c-intercal-29.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-29.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,10 +25,10 @@ get_intercal_version() { MY_PN="${PN#c-}" MY_PV="$(get_intercal_version)" DESCRIPTION="C-INTERCAL - INTERCAL to binary (via C) compiler" -HOMEPAGE="http://c.intercal.org.uk" +HOMEPAGE="http://c.intercal.org.uk/" SRC_URI="http://overload.intercal.org.uk/c/${MY_PN}-${MY_PV}.pax.gz" -LICENSE="GPL-2 FDL-1.2" +LICENSE="GPL-2+ FDL-1.2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="emacs examples"