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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AB711382C5 for ; Mon, 19 Apr 2021 20:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B49DCE0872; Mon, 19 Apr 2021 20:54:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7818DE0872 for ; Mon, 19 Apr 2021 20:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC50C340E6B for ; Mon, 19 Apr 2021 20:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B22B744 for ; Mon, 19 Apr 2021 20:54:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618865651.89c76b15da5d68a9b8c47dc21c73eaf0d5f06a6a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/wordwarvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/wordwarvi/wordwarvi-1.00-r1.ebuild X-VCS-Directories: games-action/wordwarvi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 89c76b15da5d68a9b8c47dc21c73eaf0d5f06a6a X-VCS-Branch: master Date: Mon, 19 Apr 2021 20:54:40 +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: 03593766-8c1b-4c4b-8c59-b227a15e7d94 X-Archives-Hash: 78e359decf1417594f14525feb40671f commit: 89c76b15da5d68a9b8c47dc21c73eaf0d5f06a6a Author: Sam James gentoo org> AuthorDate: Mon Apr 19 20:51:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 20:54:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c76b15 games-action/wordwarvi: port to EAPI 7 Signed-off-by: Sam James gentoo.org> games-action/wordwarvi/wordwarvi-1.00-r1.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild index 1519e3ec8cc..c1a147a7c01 100644 --- a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild +++ b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit desktop toolchain-funcs @@ -14,11 +14,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="portaudio" -RDEPEND="x11-libs/gtk+:2 - portaudio? ( media-libs/libvorbis - >=media-libs/portaudio-19_pre1 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND=" + x11-libs/gtk+:2 + portaudio? ( + media-libs/libvorbis + >=media-libs/portaudio-19_pre1 + ) +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-sound.patch