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 8A829138DB0 for ; Sat, 15 Oct 2016 09:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CDD8E0B02; Sat, 15 Oct 2016 09:31:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E917AE0B02 for ; Sat, 15 Oct 2016 09:31:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5666341198 for ; Sat, 15 Oct 2016 09:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56E532F3 for ; Sat, 15 Oct 2016 09:31:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1476523617.18df3d658851252e894a2eef13d75b8103446201.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ipvsadm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild X-VCS-Directories: sys-cluster/ipvsadm/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 18df3d658851252e894a2eef13d75b8103446201 X-VCS-Branch: master Date: Sat, 15 Oct 2016 09:31:41 +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: 54019e78-1d29-49a5-9d71-a67c2f4d249b X-Archives-Hash: 3e34928cd064bf51c8251cfa261d1a22 commit: 18df3d658851252e894a2eef13d75b8103446201 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 15 09:26:57 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 15 09:26:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18df3d65 sys-cluster/ipvsadm: x86 stable, bug #495944 Package-Manager: portage-2.3.1 sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild index 8081e56..adbfd31 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://kernel.org/pub/linux/utils/kernel/ipvsadm/ipvsadm-${PV}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="static-libs" RDEPEND=">=sys-libs/ncurses-5.2:*