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/google-c-style/
Date: Fri, 23 Aug 2019 14:20:45
Message-Id: 1566569956.177a0def06e21aa8c5d9f56e9200a8f484e1ede3.ulm@gentoo
1 commit: 177a0def06e21aa8c5d9f56e9200a8f484e1ede3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 14:16:24 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 14:19:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177a0def
7
8 app-emacs/google-c-style: Specify LICENSE more precisely.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/google-c-style/google-c-style-20091009-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild b/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
17 index c7353765122..a99bcc7f98f 100644
18 --- a/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
19 +++ b/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -9,7 +9,7 @@ DESCRIPTION="Provides the google C/C++ coding style"
27 HOMEPAGE="https://github.com/google/styleguide"
28 SRC_URI="mirror://gentoo/${P}.tar.bz2"
29
30 -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
31 +LICENSE="|| ( GPL-1+ Artistic )"
32 SLOT="0"
33 KEYWORDS="amd64 x86"
34 IUSE=""