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 142CE1396D1 for ; Fri, 18 Aug 2017 23:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4054DE0C63; Fri, 18 Aug 2017 23:26:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1CBDAE0C58 for ; Fri, 18 Aug 2017 23:26:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 45115341A38 for ; Fri, 18 Aug 2017 23:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83E17A8B for ; Fri, 18 Aug 2017 23:26:19 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1503098749.6f5f4601019aab6b9988c1b5c478be35a0b9c7c7.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/liboping/liboping-1.10.0.ebuild X-VCS-Directories: net-libs/liboping/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6f5f4601019aab6b9988c1b5c478be35a0b9c7c7 X-VCS-Branch: master Date: Fri, 18 Aug 2017 23:26:19 +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: d77e3dee-4a38-4d77-bac0-d0fe3eeb0eba X-Archives-Hash: 7c2ec99012ee2b9f0d5fc8940a5b2503 commit: 6f5f4601019aab6b9988c1b5c478be35a0b9c7c7 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 18 22:39:19 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 18 23:25:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5f4601 net-libs/liboping: x86 stable (bug #624460) Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-libs/liboping/liboping-1.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/liboping/liboping-1.10.0.ebuild b/net-libs/liboping/liboping-1.10.0.ebuild index f091b4b58f2..b88e223a175 100644 --- a/net-libs/liboping/liboping-1.10.0.ebuild +++ b/net-libs/liboping/liboping-1.10.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://noping.cc/files/${P}.tar.bz2" LICENSE="LGPL-2.1 GPL-2" SLOT="0/0.3" -KEYWORDS="amd64 arm ~x86" +KEYWORDS="amd64 arm x86" IUSE="+filecaps ncurses perl" DEPEND="ncurses? ( sys-libs/ncurses:0= )"