Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Encode-compat/
Date: Wed, 28 Dec 2016 11:50:17
Message-Id: 1482925782.665c3bfdbf239bc403493818201e250740a3f672.dilfridge@gentoo
1 commit: 665c3bfdbf239bc403493818201e250740a3f672
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 11:14:47 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 11:49:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665c3bfd
7
8 dev-perl/Encode-compat: Fix license, bug 301969
9
10 Package-Manager: portage-2.3.3
11
12 dev-perl/Encode-compat/Encode-compat-0.70.0-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Encode-compat/Encode-compat-0.70.0-r1.ebuild b/dev-perl/Encode-compat/Encode-compat-0.70.0-r1.ebuild
16 index d6c9c42..d0cb4ad 100644
17 --- a/dev-perl/Encode-compat/Encode-compat-0.70.0-r1.ebuild
18 +++ b/dev-perl/Encode-compat/Encode-compat-0.70.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -13,6 +13,7 @@ DESCRIPTION="Encode.pm emulation layer"
26 SLOT="0"
27 KEYWORDS="amd64 ia64 ~ppc sparc x86"
28 IUSE=""
29 +LICENSE="Artistic"
30
31 RDEPEND="dev-perl/Text-Iconv"
32 DEPEND="${RDEPEND}"