From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FC70158087 for ; Sun, 14 Nov 2021 08:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CDC1E0AB6; Sun, 14 Nov 2021 08:28:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65429E0AB6 for ; Sun, 14 Nov 2021 08:28:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CAEC342DAF for ; Sun, 14 Nov 2021 08:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D5879 for ; Sun, 14 Nov 2021 08:28:20 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1636878431.cb1d236412b41ff0f6316efff3e71ae19131ab1d.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-qdbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild X-VCS-Directories: dev-scheme/gauche-qdbm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: cb1d236412b41ff0f6316efff3e71ae19131ab1d X-VCS-Branch: master Date: Sun, 14 Nov 2021 08:28:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2566626b-0ba9-4ea8-9e86-3ca58ae87c4d X-Archives-Hash: c14707a5d2bf0e82759d29491eb4dbf3 commit: cb1d236412b41ff0f6316efff3e71ae19131ab1d Author: Akinori Hattori gentoo org> AuthorDate: Sun Nov 14 08:27:11 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Nov 14 08:27:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1d2364 dev-scheme/gauche-qdbm: update to EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild | 8 ++++---- 1 file 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}"