Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/apache-mode/
Date: Mon, 26 Aug 2019 15:20:23
Message-Id: 1566832801.a3fe044f4a757f25e3c0fc40e78ad91497bed7a2.ulm@gentoo
1 commit: a3fe044f4a757f25e3c0fc40e78ad91497bed7a2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 15:20:01 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 15:20:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fe044f
7
8 app-emacs/apache-mode: Specify LICENSE more precisely.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/apache-mode/apache-mode-2.2.0.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/app-emacs/apache-mode/apache-mode-2.2.0.ebuild b/app-emacs/apache-mode/apache-mode-2.2.0.ebuild
17 index a3c41f739d3..6be7e2ac368 100644
18 --- a/app-emacs/apache-mode/apache-mode-2.2.0.ebuild
19 +++ b/app-emacs/apache-mode/apache-mode-2.2.0.ebuild
20 @@ -9,10 +9,9 @@ DESCRIPTION="Major mode for editing Apache configuration files"
21 HOMEPAGE="https://github.com/emacs-php/apache-mode"
22 SRC_URI="https://github.com/emacs-php/apache-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
23
24 -LICENSE="GPL-2"
25 +LICENSE="GPL-2+"
26 SLOT="0"
27 KEYWORDS="~amd64 ~ppc ~x86"
28 -IUSE=""
29
30 SITEFILE="50${PN}-gentoo.el"
31 DOCS="README.org"