From cb1d236412b41ff0f6316efff3e71ae19131ab1d Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sun, 14 Nov 2021 17:27:11 +0900 Subject: dev-scheme/gauche-qdbm: update to EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori --- dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-scheme') 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}" -- cgit v1.2.3-65-gdbad