From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/slibtool/
Date: Fri, 15 Mar 2024 19:30:36 +0000 (UTC) [thread overview]
Message-ID: <1710530963.2f1cbf9c4dc83d0ff14b545e27873d76561f4b47.sam@gentoo> (raw)
commit: 2f1cbf9c4dc83d0ff14b545e27873d76561f4b47
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Mar 15 15:18:12 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 19:29:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1cbf9c
dev-build/slibtool: fix dependency
sys-devel/m4 is always required.
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35768
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-build/slibtool/slibtool-0.5.35.ebuild | 7 +++++--
dev-build/slibtool/slibtool-9999.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/dev-build/slibtool/slibtool-0.5.35.ebuild b/dev-build/slibtool/slibtool-0.5.35.ebuild
index 1c2fa9941f5d..76d9a52f2644 100644
--- a/dev-build/slibtool/slibtool-0.5.35.ebuild
+++ b/dev-build/slibtool/slibtool-0.5.35.ebuild
@@ -19,9 +19,12 @@ else
SRC_URI+=" verify-sig? ( https://dl.midipix.org/slibtool/${P}.tar.xz.sig )"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+fi
+
+BDEPEND="sys-devel/m4"
- BDEPEND="sys-devel/m4
- verify-sig? ( sec-keys/openpgp-keys-midipix )"
+if [[ ${PV} != *9999 ]] ; then
+ BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-midipix )"
fi
LICENSE="MIT"
diff --git a/dev-build/slibtool/slibtool-9999.ebuild b/dev-build/slibtool/slibtool-9999.ebuild
index a32b31890d55..c45f9f0cddeb 100644
--- a/dev-build/slibtool/slibtool-9999.ebuild
+++ b/dev-build/slibtool/slibtool-9999.ebuild
@@ -19,9 +19,12 @@ else
SRC_URI+=" verify-sig? ( https://dl.midipix.org/slibtool/${P}.tar.xz.sig )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+fi
+
+BDEPEND="sys-devel/m4"
- BDEPEND="sys-devel/m4
- verify-sig? ( sec-keys/openpgp-keys-midipix )"
+if [[ ${PV} != *9999 ]] ; then
+ BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-midipix )"
fi
LICENSE="MIT"
next reply other threads:[~2024-03-15 19:30 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-15 19:30 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 5:26 [gentoo-commits] repo/gentoo:master commit in: dev-build/slibtool/ Sam James
2025-02-27 8:42 Sam James
2025-02-23 14:21 Arthur Zamarin
2025-02-23 5:42 Sam James
2025-02-23 5:42 Sam James
2025-02-23 5:31 Sam James
2025-01-16 0:45 Sam James
2024-10-19 10:28 Sam James
2024-09-05 12:11 Sam James
2024-08-30 7:59 Sam James
2024-08-29 5:04 Joonas Niilola
2024-08-29 3:51 Sam James
2024-08-29 3:15 Sam James
2024-06-18 10:20 Sam James
2024-03-15 19:30 Sam James
2024-03-15 19:30 Sam James
2024-03-15 19:30 Sam James
2024-03-04 11:18 Sam James
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=1710530963.2f1cbf9c4dc83d0ff14b545e27873d76561f4b47.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