diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-12 22:26:59 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-12 22:27:57 +0100 |
commit | cf715d1ca2c16214e2e7aa7332e2699a21cb73a1 (patch) | |
tree | a1cc0e317f9d3f7d977d042f2d73e942f458eb40 /net-libs/libsrtp | |
parent | dev-vcs/mercurial: stable 4.9-r2 for ia64, bug #680206 (diff) | |
download | gentoo-cf715d1ca2c16214e2e7aa7332e2699a21cb73a1.tar.gz gentoo-cf715d1ca2c16214e2e7aa7332e2699a21cb73a1.tar.bz2 gentoo-cf715d1ca2c16214e2e7aa7332e2699a21cb73a1.zip |
net-libs/libsrtp: stable 1.6.0-r1 for ia64, bug #684620
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-libs/libsrtp')
-rw-r--r-- | net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild b/net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild index 9f92325843e4..fcdf8e1bcaf9 100644 --- a/net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild +++ b/net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 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="0/1" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="aesicm console debug doc libressl openssl static-libs syslog test" RDEPEND=" |