diff options
Diffstat (limited to 'net-misc')
-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() { |