Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
Date: Sun, 15 Oct 2017 07:17:18
Message-Id: 1508051807.0639b53efcaae005807fadc10e7a9de25d189602.ulm@gentoo
1 commit: 0639b53efcaae005807fadc10e7a9de25d189602
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 07:16:47 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 07:16:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0639b53e
7
8 app-emacs/ebuild-mode: Update LICENSE, glep-mode.el is now GPL-2+ too.
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
16 index ae0303c..0aaa6a1 100644
17 --- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
18 +++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
19 @@ -12,7 +12,7 @@ inherit readme.gentoo-r1 elisp git-r3
20 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
21 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
22
23 -LICENSE="GPL-2+ GPL-3" # GPL-3 (only) for glep-mode.el
24 +LICENSE="GPL-2+"
25 SLOT="0"
26
27 DEPEND="sys-apps/texinfo"