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 6196D1382C5 for ; Sat, 10 Apr 2021 12:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72590E085E; Sat, 10 Apr 2021 12:40:42 +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 58A84E085E for ; Sat, 10 Apr 2021 12:40:42 +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 C2B65340948 for ; Sat, 10 Apr 2021 12:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D153A645 for ; Sat, 10 Apr 2021 12:40:38 +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: <1618058427.59535bfc3463d6b4024b7f7b5fb130becd0963f6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/adom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/adom/adom-3.3.3-r1.ebuild games-roguelike/adom/adom-3.3.3.ebuild X-VCS-Directories: games-roguelike/adom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59535bfc3463d6b4024b7f7b5fb130becd0963f6 X-VCS-Branch: master Date: Sat, 10 Apr 2021 12:40:38 +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: 2a6a92c6-0685-4390-b9a0-2c6214b2c87b X-Archives-Hash: 6f76d88d43025dac6d2cdb15010b7753 commit: 59535bfc3463d6b4024b7f7b5fb130becd0963f6 Author: Sam James gentoo org> AuthorDate: Sat Apr 10 12:37:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 10 12:40:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59535bfc 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 gentoo.org> games-roguelike/adom/{adom-3.3.3.ebuild => adom-3.3.3-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games-roguelike/adom/adom-3.3.3.ebuild b/games-roguelike/adom/adom-3.3.3-r1.ebuild similarity index 89% rename from games-roguelike/adom/adom-3.3.3.ebuild rename to games-roguelike/adom/adom-3.3.3-r1.ebuild index 7b977d239f3..3104784a259 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() {