diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 23:11:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 23:11:39 +0000 |
commit | bd749ae3e36bac9b5f622bea308cb40d599cda59 (patch) | |
tree | 3c35f80bf56d1a01cdc5c718b02d0f5b5886ca91 /dev-util/re2c | |
parent | dev-scheme/gauche-gtk: fix UnusedInherits (autotools) (diff) | |
download | gentoo-bd749ae3e36bac9b5f622bea308cb40d599cda59.tar.gz gentoo-bd749ae3e36bac9b5f622bea308cb40d599cda59.tar.bz2 gentoo-bd749ae3e36bac9b5f622bea308cb40d599cda59.zip |
dev-util/re2c: fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/re2c')
-rw-r--r-- | dev-util/re2c/re2c-2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/re2c/re2c-2.2.ebuild b/dev-util/re2c/re2c-2.2.ebuild index 2c4d64c19311..b14c9ee0c89b 100644 --- a/dev-util/re2c/re2c-2.2.ebuild +++ b/dev-util/re2c/re2c-2.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8,9,10} ) -inherit autotools python-any-r1 +inherit python-any-r1 -DESCRIPTION="tool for generating C-based recognizers from regular expressions" -HOMEPAGE="http://re2c.org/" +DESCRIPTION="Tool for generating C-based recognizers from regular expressions" +HOMEPAGE="https://re2c.org/" SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.xz" LICENSE="public-domain" |