diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:43:42 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:06:32 +0100 |
commit | 7f3602f1b1623ea46eedc9632f28c7f12a0135d2 (patch) | |
tree | e2fb8b0a1f6d9cbbebf61d9e63533d526740166e /net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild | |
parent | net-libs/librsync: drop x86-macos (diff) | |
download | gentoo-7f3602f1b1623ea46eedc9632f28c7f12a0135d2.tar.gz gentoo-7f3602f1b1623ea46eedc9632f28c7f12a0135d2.tar.bz2 gentoo-7f3602f1b1623ea46eedc9632f28c7f12a0135d2.zip |
net-libs/libsrtp: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild')
-rw-r--r-- | net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild b/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild index 552f914255bf..96746968a237 100644 --- a/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild +++ b/net-libs/libsrtp/libsrtp-2.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 @@ -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" IUSE="debug doc libressl nss openssl static-libs test" RESTRICT="!test? ( test )" |