diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-11-14 17:27:11 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-11-14 17:27:11 +0900 |
commit | cb1d236412b41ff0f6316efff3e71ae19131ab1d (patch) | |
tree | c2df5f0434fc2d63d2c935a7dfb32873534fd009 /dev-scheme | |
parent | dev-scheme/gauche-cdb: update HOMEPAGE (diff) | |
download | gentoo-cb1d236412b41ff0f6316efff3e71ae19131ab1d.tar.gz gentoo-cb1d236412b41ff0f6316efff3e71ae19131ab1d.tar.bz2 gentoo-cb1d236412b41ff0f6316efff3e71ae19131ab1d.zip |
dev-scheme/gauche-qdbm: update to EAPI 8
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild index 0983fc334522..0bd56a4ab1b1 100644 --- a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild +++ b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="8" inherit autotools @@ -16,8 +16,8 @@ SLOT="0" KEYWORDS="amd64 ~ia64 ~sparc x86" IUSE="" -RDEPEND="dev-scheme/gauche:= - dev-db/qdbm" +RDEPEND="dev-db/qdbm + dev-scheme/gauche:=" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |