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-libs/basu/
Date: Tue, 23 Nov 2021 14:38:50 +0000 (UTC)	[thread overview]
Message-ID: <1637678319.21d47176912c8ac3e9d3605445592109ebaaf948.sam@gentoo> (raw)

commit:     21d47176912c8ac3e9d3605445592109ebaaf948
Author:     Arsen Arsenović <arsen <AT> aarsen <DOT> me>
AuthorDate: Mon Nov 22 12:05:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 14:38:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d47176

sys-libs/basu: fix builds with -native-symlinks

A script in-tree relied on dev-lang/python-exec[native-symlinks], when
this was not present, the script would fail to run

Closes: https://bugs.gentoo.org/826350
Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/basu/basu-0.2.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-libs/basu/basu-0.2.0.ebuild b/sys-libs/basu/basu-0.2.0.ebuild
index ea56c930ca40..46c936a536d0 100644
--- a/sys-libs/basu/basu-0.2.0.ebuild
+++ b/sys-libs/basu/basu-0.2.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-inherit meson
+PYTHON_COMPAT=( python3_{8..10} )
+inherit meson python-any-r1
 
 DESCRIPTION="The sd-bus library, extracted from systemd"
 HOMEPAGE="https://sr.ht/~emersion/basu/"
@@ -22,7 +23,9 @@ DEPEND="
 
 RDEPEND="${DEPEND}"
 # Needed to generate hash tables
-BDEPEND="dev-util/gperf"
+BDEPEND="${PYTHON_DEPS}
+	dev-util/gperf
+"
 
 PATCHES=(
 	"${FILESDIR}"/0001-"${PN}"-0.2.0-meson-add-libcap-option.patch


             reply	other threads:[~2021-11-23 14:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23 14:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-31 20:11 [gentoo-commits] repo/gentoo:master commit in: sys-libs/basu/ Jakov Smolić
2022-02-03 18:18 Ionen Wolkens
2022-08-14 20:06 Sam James
2023-01-21 12:11 Arsen Arsenović
2023-05-01  0:09 Sam James
2024-05-03 21:06 Arsen Arsenović

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=1637678319.21d47176912c8ac3e9d3605445592109ebaaf948.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