diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2019-10-28 00:41:13 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-29 17:45:35 -0500 |
commit | 1a229ca0fcde1f915eaba02f092459b5bda0a598 (patch) | |
tree | 1d85f5d1a166019ee965c0a5786c849aba31af4b /dev-util/btyacc/btyacc-3.0-r3.ebuild | |
parent | sys-devel/systemd-m4: drop last-rited pkg (diff) | |
download | gentoo-1a229ca0fcde1f915eaba02f092459b5bda0a598.tar.gz gentoo-1a229ca0fcde1f915eaba02f092459b5bda0a598.tar.bz2 gentoo-1a229ca0fcde1f915eaba02f092459b5bda0a598.zip |
dev-util/btyacc: license change
Closes: https://bugs.gentoo.org/693086
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13473
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/btyacc/btyacc-3.0-r3.ebuild')
-rw-r--r-- | dev-util/btyacc/btyacc-3.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/btyacc/btyacc-3.0-r3.ebuild b/dev-util/btyacc/btyacc-3.0-r3.ebuild index a313d2c58518..e178a55e6cdf 100644 --- a/dev-util/btyacc/btyacc-3.0-r3.ebuild +++ b/dev-util/btyacc/btyacc-3.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ DESCRIPTION="Backtracking YACC - modified from Berkeley YACC" HOMEPAGE="http://www.siber.com/btyacc" SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz" -LICENSE="freedist" +LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" |