diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-04 22:28:17 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-04 22:37:40 +0900 |
commit | 4abda7ef69c251a07edfa61bb5d3e03655da4a78 (patch) | |
tree | 98b84b8da0b7bfb8ab0a3b7441b3c88b8a367baf /dev-scheme | |
parent | dev-util/lldb: Make xml optional and depend on libxml2 directly (diff) | |
download | gentoo-4abda7ef69c251a07edfa61bb5d3e03655da4a78.tar.gz gentoo-4abda7ef69c251a07edfa61bb5d3e03655da4a78.tar.bz2 gentoo-4abda7ef69c251a07edfa61bb5d3e03655da4a78.zip |
dev-scheme/gauche-gl: update to EAPI 7
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/gauche-gl/gauche-gl-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/gauche-gl/gauche-gl-0.6.ebuild b/dev-scheme/gauche-gl/gauche-gl-0.6.ebuild index 3d8aac3c5ebe..fa04d0668dae 100644 --- a/dev-scheme/gauche-gl/gauche-gl-0.6.ebuild +++ b/dev-scheme/gauche-gl/gauche-gl-0.6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" MY_P="${P^g}" |