From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFBE3138334 for ; Tue, 19 Feb 2019 18:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 603C1E0895; Tue, 19 Feb 2019 18:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 365C0E0896 for ; Tue, 19 Feb 2019 18:05:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35903335D0A for ; Tue, 19 Feb 2019 18:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DB69555 for ; Tue, 19 Feb 2019 18:04:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550599484.9bf7ad44030fa5ea494d667e4e8a348e8ae3f4a0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgadu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libgadu/libgadu-1.12.2.ebuild X-VCS-Directories: net-libs/libgadu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9bf7ad44030fa5ea494d667e4e8a348e8ae3f4a0 X-VCS-Branch: master Date: Tue, 19 Feb 2019 18:04:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 635e2e2a-b3ec-4764-92bd-434d73ac4ad7 X-Archives-Hash: 5cc92bc4cc4bd0e597db5dcabab8edc3 commit: 9bf7ad44030fa5ea494d667e4e8a348e8ae3f4a0 Author: Roy Bamford gentoo org> AuthorDate: Mon Feb 18 00:00:56 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 19 18:04:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf7ad44 net-libs/libgadu: added ~arm64 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Roy Bamford gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libgadu/libgadu-1.12.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libgadu/libgadu-1.12.2.ebuild b/net-libs/libgadu/libgadu-1.12.2.ebuild index 88009169cfd..1704a7a3abe 100644 --- a/net-libs/libgadu/libgadu-1.12.2.ebuild +++ b/net-libs/libgadu/libgadu-1.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://toxygen.net/libgadu/" SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" IUSE="doc gnutls ssl static-libs test threads"