public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dnotify/
Date: Sun, 11 May 2025 00:51:06 +0000 (UTC)	[thread overview]
Message-ID: <1746924314.91d1a520bb402b8c19e3089ddf60a54c6c806577.sam@gentoo> (raw)

commit:     91d1a520bb402b8c19e3089ddf60a54c6c806577
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 00:45:14 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 00:45:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d1a520

sys-apps/dnotify: call eautoreconf in src_prepare; use BDEPEND

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/dnotify/dnotify-0.18.0-r1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild
index 43e20482f4b7..c267d8c59219 100644
--- a/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild
+++ b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ~mips ppc -sparc x86"
 IUSE="nls"
 
-DEPEND="nls? ( sys-devel/gettext )"
+BDEPEND="nls? ( sys-devel/gettext )"
 
 PATCHES=(
 	"${FILESDIR}/${P}-nls.patch"
@@ -22,7 +22,11 @@ PATCHES=(
 	"${FILESDIR}/${P}-fix-implicit-declarations.patch"
 )
 
-src_configure() {
+src_prepare() {
+	default
 	eautoreconf
+}
+
+src_configure() {
 	econf $(use_enable nls)
 }


             reply	other threads:[~2025-05-11  0:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-11  0:51 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-27 18:23 [gentoo-commits] repo/gentoo:master commit in: sys-apps/dnotify/ Aaron Bauman

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=1746924314.91d1a520bb402b8c19e3089ddf60a54c6c806577.sam@gentoo \
    --to=sam@gentoo.org \
    --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