Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/sofia-sip/
Date: Tue, 19 Feb 2019 18:05:10
Message-Id: 1550599484.231b2b73877b5671bb7e64ceb43229a7cfcae1f3.asturm@gentoo
1 commit: 231b2b73877b5671bb7e64ceb43229a7cfcae1f3
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 22:40:48 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 18:04:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231b2b73
7
8 net-libs/sofia-sip: added ~arm64
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11
12 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 net-libs/sofia-sip/sofia-sip-1.12.11.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild b/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild
19 index c0b59d79c02..7eaaf899d66 100644
20 --- a/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild
21 +++ b/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=4
28 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
29
30 LICENSE="LGPL-2.1+ BSD public-domain" # See COPYRIGHT
31 SLOT="0"
32 -KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-linux"
33 +KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ~ppc64 sparc x86 ~x86-linux"
34 IUSE="libressl ssl static-libs"
35
36 RDEPEND="dev-libs/glib:2