diff options
author | Rick Farina <zerochaos@gentoo.org> | 2024-09-05 12:38:50 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2024-09-05 12:38:50 -0400 |
commit | e27c46659b8eecd8df602d670d11f6861fd82c8b (patch) | |
tree | db2636d9daafb737e58bf3f3be43a8d877f3e324 /net-wireless | |
parent | net-wireless/qdmr: add 0.12.0 (diff) | |
download | gentoo-e27c46659b8eecd8df602d670d11f6861fd82c8b.tar.gz gentoo-e27c46659b8eecd8df602d670d11f6861fd82c8b.tar.bz2 gentoo-e27c46659b8eecd8df602d670d11f6861fd82c8b.zip |
net-wireless/qdmr: stabilize 0.11.3 for amd64, x86
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/qdmr/qdmr-0.11.3.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-wireless/qdmr/qdmr-0.11.3.ebuild b/net-wireless/qdmr/qdmr-0.11.3.ebuild index 1ba9c2ff8c36..564de8371aa1 100644 --- a/net-wireless/qdmr/qdmr-0.11.3.ebuild +++ b/net-wireless/qdmr/qdmr-0.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,13 +14,12 @@ else MY_PV="${PV/_/-}" SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi -IUSE="test" -RESTRICT="!test? ( test )" - LICENSE="GPL-3+" SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/yaml-cpp:= @@ -40,9 +39,9 @@ BDEPEND="dev-qt/linguist-tools:5" pkg_setup() { CONFIG_CHECK="~USB_ACM" - WARNING_USB_ACM="Some radios require CONFIG_USB_ACM to work, you may need to enable this driver to talk to your radio" + WARNING_USB_ACM="You need to enable CONFIG_USB_ACM in your kernel to talk to some radios" CONFIG_CHECK="~USB_SERIAL" - WARNING_USB_SERIAL="Some radios require CONFIG_USB_SERIAL to work, you may need to enable this driver to talk to your radio" + WARNING_USB_SERIAL="You need to enable CONFIG_USB_SERIAL in your kernel to talk to some radios" check_extra_config } |