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 EC8B2158086 for ; Mon, 15 Nov 2021 13:01:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B5DBE0870; Mon, 15 Nov 2021 13:01:45 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5724CE086E for ; Mon, 15 Nov 2021 13:01:44 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAB87342F65 for ; Mon, 15 Nov 2021 13:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03D0143 for ; Mon, 15 Nov 2021 13:01:39 +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: <1636981212.b241bce44bddea61578ba57269ba264b094ea08a.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-gl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche-gl/gauche-gl-0.6-r1.ebuild dev-scheme/gauche-gl/gauche-gl-0.6.ebuild X-VCS-Directories: dev-scheme/gauche-gl/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: b241bce44bddea61578ba57269ba264b094ea08a X-VCS-Branch: master Date: Mon, 15 Nov 2021 13:01:39 +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: f7af34a6-659a-41ae-964e-3184edc28f54 X-Archives-Hash: 0e28890272b17236db72c7e1a247f153 commit: b241bce44bddea61578ba57269ba264b094ea08a Author: Akinori Hattori gentoo org> AuthorDate: Mon Nov 15 13:00:12 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Nov 15 13:00:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b241bce4 dev-scheme/gauche-gl: update to EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> .../gauche-gl/{gauche-gl-0.6.ebuild => gauche-gl-0.6-r1.ebuild} | 4 ++-- 1 file 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-r1.ebuild similarity index 96% rename from dev-scheme/gauche-gl/gauche-gl-0.6.ebuild rename to dev-scheme/gauche-gl/gauche-gl-0.6-r1.ebuild index 840d7c958120..efe49e43ab52 100644 --- a/dev-scheme/gauche-gl/gauche-gl-0.6.ebuild +++ b/dev-scheme/gauche-gl/gauche-gl-0.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" inherit autotools @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="cg examples" -RDEPEND=">=dev-scheme/gauche-0.9.4 +RDEPEND="dev-scheme/gauche:= media-libs/freeglut virtual/opengl x11-libs/libXmu