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 9D70E1382C5 for ; Mon, 5 Apr 2021 17:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE6FDE0933; Mon, 5 Apr 2021 17:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 45A32E093A for ; Mon, 5 Apr 2021 17:46:03 +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 CD777340D85 for ; Mon, 5 Apr 2021 17:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1983264B for ; Mon, 5 Apr 2021 17:45:59 +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: <1617644747.09e99a968b42b00b20c2545e5fb7839a7f80f7b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/hengband/hengband-1.6.2-r1.ebuild X-VCS-Directories: games-roguelike/hengband/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09e99a968b42b00b20c2545e5fb7839a7f80f7b5 X-VCS-Branch: master Date: Mon, 5 Apr 2021 17:45:59 +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: 386913fd-5c80-4a0d-bc34-fd9be2ebd601 X-Archives-Hash: 49efebb905bb2ec6e1a76dc7f5eb17b5 commit: 09e99a968b42b00b20c2545e5fb7839a7f80f7b5 Author: Sam James gentoo org> AuthorDate: Mon Apr 5 17:28:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 5 17:45:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e99a96 games-roguelike/hengband: eutils-- Signed-off-by: Sam James gentoo.org> games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild index 14049bd919e..e6fb57c6847 100644 --- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild +++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils + +inherit autotools DESCRIPTION="An Angband variant, with a Japanese/fantasy theme" HOMEPAGE="http://hengband.sourceforge.jp/en/" @@ -14,15 +15,21 @@ SLOT="0" KEYWORDS="~x86" IUSE="X l10n_ja" -RDEPEND=">=sys-libs/ncurses-5:0 - X? ( x11-libs/libX11 )" -DEPEND="${RDEPEND} - X? ( x11-libs/libXt )" +RDEPEND=" + >=sys-libs/ncurses-5:0= + X? ( x11-libs/libX11 ) +" +DEPEND=" + ${RDEPEND} + X? ( x11-libs/libXt ) +" BDEPEND="virtual/pkgconfig" -PATCHES=( "${FILESDIR}/${PN}-1.6.2-added_faq.patch" +PATCHES=( + "${FILESDIR}/${PN}-1.6.2-added_faq.patch" "${FILESDIR}/${PN}-1.6.2-autoconf-ncurses.patch" - "${FILESDIR}/${PN}-1.6.2-ovflfix.patch" ) + "${FILESDIR}/${PN}-1.6.2-ovflfix.patch" +) src_prepare() { # Removing Xaw dependency as is not used