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 028701382C5 for ; Sat, 28 Apr 2018 20:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB09E0824; Sat, 28 Apr 2018 20:08:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DEE08E0824 for ; Sat, 28 Apr 2018 20:08:15 +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 D307B335C9B for ; Sat, 28 Apr 2018 20:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 088712A2 for ; Sat, 28 Apr 2018 20:08:12 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1524946047.4afefd4cb19a48ea15521b8e58999d78f04d168a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild X-VCS-Directories: net-libs/socket_wrapper/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4afefd4cb19a48ea15521b8e58999d78f04d168a X-VCS-Branch: master Date: Sat, 28 Apr 2018 20:08:12 +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-Archives-Salt: 6829535b-cb1d-4618-b931-f922c503252e X-Archives-Hash: 1b989fd565d2b9c65af7c2e44f712d8e commit: 4afefd4cb19a48ea15521b8e58999d78f04d168a Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 28 20:07:27 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 28 20:07:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afefd4c net-libs/socket_wrapper: arm stable wrt bug #650382 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild index c1d878ce96f..53de4d5f60b 100644 --- a/net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild +++ b/net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://cwrap.org/socket_wrapper.html" SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86" IUSE="test" DEPEND=""