diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 12:37:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 12:40:27 +0000 |
commit | 59535bfc3463d6b4024b7f7b5fb130becd0963f6 (patch) | |
tree | ea625d5cd9cbca99c5614f717721eab72cfe860d /games-roguelike | |
parent | sci-geosciences/merkaartor: add 0.18.4_p20210410 (snapshot for PROJ 8) (diff) | |
download | gentoo-59535bfc3463d6b4024b7f7b5fb130becd0963f6.tar.gz gentoo-59535bfc3463d6b4024b7f7b5fb130becd0963f6.tar.bz2 gentoo-59535bfc3463d6b4024b7f7b5fb130becd0963f6.zip |
games-roguelike/adom: restore ncurses-compat dep, add QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/780549
Closes: https://bugs.gentoo.org/780546
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/adom/adom-3.3.3-r1.ebuild (renamed from games-roguelike/adom/adom-3.3.3.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games-roguelike/adom/adom-3.3.3.ebuild b/games-roguelike/adom/adom-3.3.3-r1.ebuild index 7b977d239f35..3104784a259b 100644 --- a/games-roguelike/adom/adom-3.3.3.ebuild +++ b/games-roguelike/adom/adom-3.3.3-r1.ebuild @@ -16,6 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="strip" # The executable is pre-stripped +QA_FLAGS_IGNORED="/opt/bin/adom" +RDEPEND="sys-libs/ncurses-compat:5[abi_x86_32(-)]" + DOCS=( "docs/adomfaq.txt" "docs/credits.txt" "docs/manual.txt" "docs/readme1st.txt" ) src_install() { |