diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 17:28:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 17:45:47 +0000 |
commit | 09e99a968b42b00b20c2545e5fb7839a7f80f7b5 (patch) | |
tree | 28ae5b6cac94747bd06d37777d55a7683ba32e7a /games-roguelike | |
parent | games-roguelike/hengband: update to EAPI 7 (diff) | |
download | gentoo-09e99a968b42b00b20c2545e5fb7839a7f80f7b5.tar.gz gentoo-09e99a968b42b00b20c2545e5fb7839a7f80f7b5.tar.bz2 gentoo-09e99a968b42b00b20c2545e5fb7839a7f80f7b5.zip |
games-roguelike/hengband: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 21 |
1 files 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 14049bd919ef..e6fb57c68472 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 |