Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/btyacc/
Date: Fri, 29 Nov 2019 22:45:54
Message-Id: 1575067535.1a229ca0fcde1f915eaba02f092459b5bda0a598.bman@gentoo
1 commit: 1a229ca0fcde1f915eaba02f092459b5bda0a598
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 27 23:41:13 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 22:45:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a229ca0
7
8 dev-util/btyacc: license change
9
10 Closes: https://bugs.gentoo.org/693086
11 Package-Manager: Portage-2.3.77, Repoman-2.3.17
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/13473
14 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
15
16 dev-util/btyacc/btyacc-3.0-r3.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/btyacc/btyacc-3.0-r3.ebuild b/dev-util/btyacc/btyacc-3.0-r3.ebuild
20 index a313d2c5851..e178a55e6cd 100644
21 --- a/dev-util/btyacc/btyacc-3.0-r3.ebuild
22 +++ b/dev-util/btyacc/btyacc-3.0-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -10,7 +10,7 @@ DESCRIPTION="Backtracking YACC - modified from Berkeley YACC"
30 HOMEPAGE="http://www.siber.com/btyacc"
31 SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz"
32
33 -LICENSE="freedist"
34 +LICENSE="public-domain"
35 SLOT="0"
36 KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"