Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/
Date: Sat, 31 Mar 2018 18:12:20
Message-Id: 1522519927.61e37cfcad576b626dcd70296046d7686b2d1a8d.graaff@gentoo
1 commit: 61e37cfcad576b626dcd70296046d7686b2d1a8d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 16:37:40 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 18:12:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e37cfc
7
8 app-emacs/ghub: use correct LICENSE, thanks to ulm
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emacs/ghub/ghub-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/ghub/ghub-2.0.0.ebuild b/app-emacs/ghub/ghub-2.0.0.ebuild
16 index 4b577810fe6..86b8b246a84 100644
17 --- a/app-emacs/ghub/ghub-2.0.0.ebuild
18 +++ b/app-emacs/ghub/ghub-2.0.0.ebuild
19 @@ -10,7 +10,7 @@ DESCRIPTION="minuscule client library for the Github API"
20 HOMEPAGE="https://magit.vc/manual/ghub"
21 SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 -LICENSE="GPL-3"
24 +LICENSE="GPL-3+"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"