summaryrefslogtreecommitdiff
path: root/net-libs/libsrtp/libsrtp-2.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libsrtp/libsrtp-2.2.0.ebuild')
-rw-r--r--net-libs/libsrtp/libsrtp-2.2.0.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libsrtp/libsrtp-2.2.0.ebuild b/net-libs/libsrtp/libsrtp-2.2.0.ebuild
index a66f1cdb1db5..1ee4065fcb39 100644
--- a/net-libs/libsrtp/libsrtp-2.2.0.ebuild
+++ b/net-libs/libsrtp/libsrtp-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="2/1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 -sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 -sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
IUSE="aesicm console debug doc libressl openssl static-libs syslog test"
RESTRICT="!test? ( test )"
@@ -25,7 +25,10 @@ DEPEND="${RDEPEND}"
DOCS=( CHANGES )
-PATCHES=( "${FILESDIR}/${P}-pcap-automagic-r0.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-pcap-automagic-r0.patch"
+ "${FILESDIR}/${P}-gcc-10.patch"
+)
src_prepare() {
default