public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aiden Wingard" <kernaltrap@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-puzzle/xdemineur/
Date: Wed,  3 Jul 2024 05:02:47 +0000 (UTC)	[thread overview]
Message-ID: <1719982954.3a2442fc14862e69f4cc3df46f18384f09d816ed.kernaltrap@gentoo> (raw)

commit:     3a2442fc14862e69f4cc3df46f18384f09d816ed
Author:     kernaltrap8 <kernaltrap <AT> gmail <DOT> com>
AuthorDate: Wed Jul  3 05:02:34 2024 +0000
Commit:     Aiden Wingard <kernaltrap <AT> gmail <DOT> com>
CommitDate: Wed Jul  3 05:02:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a2442fc

games-puzzle/xdemineur: fix DEPEND and src_configure issues

Signed-off-by: kernaltrap8 <kernaltrap <AT> gmail.com>

 games-puzzle/xdemineur/xdemineur-2.1.1.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/games-puzzle/xdemineur/xdemineur-2.1.1.ebuild b/games-puzzle/xdemineur/xdemineur-2.1.1.ebuild
index f45fd50e0..0a7ca8f72 100644
--- a/games-puzzle/xdemineur/xdemineur-2.1.1.ebuild
+++ b/games-puzzle/xdemineur/xdemineur-2.1.1.ebuild
@@ -15,17 +15,22 @@ KEYWORDS="~amd64"
 BDEPEND="
 	x11-misc/imake
 "
-DEPEND="
-	${BDEPEND}
+RDEPEND="
 	x11-libs/libX11
 	x11-libs/libXpm
 "
+DEPEND="
+	${RDEPEND}
+"
 
 PATCHES=(
 	"${FILESDIR}/${P}-include.patch"
 )
 
+src_configure() {
+	xmkmf || die
+}
+
 src_compile() {
-	xmkmf
 	emake
 }


             reply	other threads:[~2024-07-03  5:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-03  5:02 Aiden Wingard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26 14:53 [gentoo-commits] repo/proj/guru:dev commit in: games-puzzle/xdemineur/ Takuya Wakazono

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719982954.3a2442fc14862e69f4cc3df46f18384f09d816ed.kernaltrap@gentoo \
    --to=kernaltrap@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox