diff options
author | Jaco Kroon <jaco@uls.co.za> | 2021-05-26 13:58:22 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-26 12:34:36 +0000 |
commit | 2f30820c7882c0684faa1983d0da250e730ed967 (patch) | |
tree | ca6a111e61554d66b3590853ca09e25589c3294c /net-misc/asterisk-opus | |
parent | dev-java/zeus-jscl: Remove last-rited pkg (diff) | |
download | gentoo-2f30820c7882c0684faa1983d0da250e730ed967.tar.gz gentoo-2f30820c7882c0684faa1983d0da250e730ed967.tar.bz2 gentoo-2f30820c7882c0684faa1983d0da250e730ed967.zip |
net-misc/asterisk-opus: QA issues + sub slots.
sub slots as per asterisk versions.
Add QA variable exclusions.
Closes: https://bugs.gentoo.org/792186
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/asterisk-opus')
-rw-r--r-- | net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild (renamed from net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild) | 5 | ||||
-rw-r--r-- | net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild (renamed from net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild) | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild b/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild index 43c46db99b3b..e21609589199 100644 --- a/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild +++ b/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,7 +17,7 @@ x86? ( )" LICENSE="Digium" -SLOT="0" +SLOT="0/${AST_PV}" KEYWORDS="-* ~amd64 ~x86" RDEPEND="=net-misc/asterisk-${PV%%.*}*" @@ -28,6 +28,7 @@ S="${WORKDIR}" pkg_setup() { QA_FLAGS_IGNORED="/usr/$(get_libdir)/asterisk/modules/codec_opus.so" + QA_PREBUILT="${QA_FLAGS_IGNORED}" } src_install() { diff --git a/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild b/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild index 43c46db99b3b..e21609589199 100644 --- a/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild +++ b/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,7 +17,7 @@ x86? ( )" LICENSE="Digium" -SLOT="0" +SLOT="0/${AST_PV}" KEYWORDS="-* ~amd64 ~x86" RDEPEND="=net-misc/asterisk-${PV%%.*}*" @@ -28,6 +28,7 @@ S="${WORKDIR}" pkg_setup() { QA_FLAGS_IGNORED="/usr/$(get_libdir)/asterisk/modules/codec_opus.so" + QA_PREBUILT="${QA_FLAGS_IGNORED}" } src_install() { |