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 3DD6F138334 for ; Sun, 28 Jul 2019 17:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C0E8E0833; Sun, 28 Jul 2019 17:02:29 +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 AF504E0833 for ; Sun, 28 Jul 2019 17:02:28 +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 CE257348E69 for ; Sun, 28 Jul 2019 17:02:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D31C756 for ; Sun, 28 Jul 2019 17:02:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1564333326.cb99c587c864342b7095f27c73ca8616daa526ea.bman@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: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cb99c587c864342b7095f27c73ca8616daa526ea X-VCS-Branch: master Date: Sun, 28 Jul 2019 17:02:23 +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: d85f3621-9092-4d71-a8e9-0edcf86f2b4a X-Archives-Hash: 058a071d32e127f2fdac8622de79623e commit: cb99c587c864342b7095f27c73ca8616daa526ea Author: Aaron Bauman gentoo org> AuthorDate: Sun Jul 28 16:57:19 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jul 28 17:02:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb99c587 net-libs/libgadu: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" net-libs/libgadu/libgadu-1.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libgadu/libgadu-1.12.2.ebuild b/net-libs/libgadu/libgadu-1.12.2.ebuild index 1704a7a3abe..0f59edce2af 100644 --- a/net-libs/libgadu/libgadu-1.12.2.ebuild +++ b/net-libs/libgadu/libgadu-1.12.2.ebuild @@ -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 ~arm64 ~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"