diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 16:44:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 16:44:54 +0000 |
commit | 1b913cb64105a529ada74fd40e87e329ebbd2269 (patch) | |
tree | 6d2ef74ac132ac7fbe5e1a162e0ee91a9d525e62 /net-voip | |
parent | dev-libs/ilbc-rfc3951: last-rite (diff) | |
download | gentoo-1b913cb64105a529ada74fd40e87e329ebbd2269.tar.gz gentoo-1b913cb64105a529ada74fd40e87e329ebbd2269.tar.bz2 gentoo-1b913cb64105a529ada74fd40e87e329ebbd2269.zip |
net-voip/yate: EAPI 7, copyright headers
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/yate/yate-6.2.0.ebuild | 14 | ||||
-rw-r--r-- | net-voip/yate/yate-9999.ebuild | 16 |
2 files changed, 17 insertions, 13 deletions
diff --git a/net-voip/yate/yate-6.2.0.ebuild b/net-voip/yate/yate-6.2.0.ebuild index 6b2c3af25127..601590ffc4a6 100644 --- a/net-voip/yate/yate-6.2.0.ebuild +++ b/net-voip/yate/yate-6.2.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -27,15 +27,17 @@ RDEPEND=" mysql? ( dev-db/mysql-connector-c:= ) gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) - ssl? ( dev-libs/openssl:0 ) + ssl? ( dev-libs/openssl:0= ) zlib? ( sys-libs/zlib ) - ilbc? ( media-libs/libilbc ) + ilbc? ( media-libs/libilbc:= ) spandsp? ( >=media-libs/spandsp-0.0.3 ) dahdi? ( net-misc/dahdi ) " -DEPEND="doc? ( app-doc/doxygen ) +DEPEND="${DEPEND}" +BDEPEND=" virtual/pkgconfig - ${RDEPEND}" + doc? ( app-doc/doxygen ) +" PATCHES=( "${FILESDIR}/${PN}-6.0.0-dont-mess-with-cflags.patch" diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild index 5ed8e890f9e7..601590ffc4a6 100644 --- a/net-voip/yate/yate-9999.ebuild +++ b/net-voip/yate/yate-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -27,15 +27,17 @@ RDEPEND=" mysql? ( dev-db/mysql-connector-c:= ) gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) - ssl? ( dev-libs/openssl:0 ) + ssl? ( dev-libs/openssl:0= ) zlib? ( sys-libs/zlib ) - ilbc? ( media-libs/libilbc ) + ilbc? ( media-libs/libilbc:= ) spandsp? ( >=media-libs/spandsp-0.0.3 ) dahdi? ( net-misc/dahdi ) " -DEPEND="doc? ( app-doc/doxygen ) +DEPEND="${DEPEND}" +BDEPEND=" virtual/pkgconfig - ${RDEPEND}" + doc? ( app-doc/doxygen ) +" PATCHES=( "${FILESDIR}/${PN}-6.0.0-dont-mess-with-cflags.patch" @@ -57,7 +59,7 @@ src_prepare() { src_configure() { econf \ --with-archlib=$(get_libdir) \ - --without-libqt4 + --without-libqt4 \ $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable sctp) \ $(use_enable dahdi) \ |