public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/crda/
Date: Wed, 23 Aug 2023 20:27:24 +0000 (UTC)	[thread overview]
Message-ID: <1692822430.812d0ce5d299f62781d8f6cd0ebee6264ea654ac.zerochaos@gentoo> (raw)

commit:     812d0ce5d299f62781d8f6cd0ebee6264ea654ac
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 20:26:01 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 20:27:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812d0ce5

net-wireless/crda: fix testing

New wireless-regdb doesn't install the files needed for crda to test by
default.  Fix the deps so test work.
Closes: https://bugs.gentoo.org/912865
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/crda/{crda-4.15-r1.ebuild => crda-4.15-r2.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-wireless/crda/crda-4.15-r1.ebuild b/net-wireless/crda/crda-4.15-r2.ebuild
similarity index 95%
rename from net-wireless/crda/crda-4.15-r1.ebuild
rename to net-wireless/crda/crda-4.15-r2.ebuild
index 7f41b1fb732e..2f0110a44e23 100644
--- a/net-wireless/crda/crda-4.15-r1.ebuild
+++ b/net-wireless/crda/crda-4.15-r2.ebuild
@@ -13,7 +13,8 @@ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git/snapsho
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="gcrypt"
+IUSE="gcrypt test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-libs/libnl:3
@@ -27,6 +28,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="
 	${PYTHON_DEPS}
 	$(python_gen_any_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]')
+	test? ( net-wireless/wireless-regdb[crda(+)] )
 	virtual/pkgconfig
 "
 


             reply	other threads:[~2023-08-23 20:27 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-23 20:27 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-23 14:29 [gentoo-commits] repo/gentoo:master commit in: net-wireless/crda/ Arthur Zamarin
2023-09-22 17:34 Arthur Zamarin
2023-09-20 16:30 Arthur Zamarin
2023-09-20 16:30 Arthur Zamarin
2023-09-20 16:30 Arthur Zamarin
2023-09-20 16:30 Arthur Zamarin
2023-09-20 16:30 Arthur Zamarin
2023-08-19 17:29 Rick Farina
2023-02-17  8:12 Sam James
2022-05-05 23:48 WANG Xuerui
2021-12-25 13:00 Georgy Yakovlev
2021-07-24 23:02 Marek Szuba
2021-05-03  9:46 Mikle Kolyada
2020-10-19 19:37 Mike Gilbert
2020-10-19 19:19 Mike Gilbert
2020-04-05 20:06 Mart Raudsepp
2020-03-21 16:49 Agostino Sarubbo
2020-03-19 21:30 Sergei Trofimovich
2020-03-18 15:22 Agostino Sarubbo
2020-03-18 11:13 Agostino Sarubbo
2020-03-18 11:00 Agostino Sarubbo
2020-03-18  9:56 Agostino Sarubbo
2020-03-18  9:46 Agostino Sarubbo
2019-05-26 11:23 Mikle Kolyada
2019-05-26 11:23 Mikle Kolyada
2019-05-25  8:47 Mikle Kolyada
2019-05-23  6:39 Aaron Bauman
2019-05-22  7:36 Sergei Trofimovich
2019-05-20 17:50 Sergei Trofimovich
2019-05-16 23:56 Thomas Deutschmann
2019-02-16 18:28 Aaron Bauman
2018-11-24 15:19 Lars Wendler
2018-03-13 11:59 Pacho Ramos
2017-01-03 10:38 Agostino Sarubbo
2016-07-06  9:23 Agostino Sarubbo
2016-06-06 19:28 Pacho Ramos
2016-05-31 18:27 Tobias Klausmann
2016-05-19 19:15 Markus Meier
2015-11-14 13:12 Bjarke Istrup Pedersen

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=1692822430.812d0ce5d299f62781d8f6cd0ebee6264ea654ac.zerochaos@gentoo \
    --to=zerochaos@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