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 26E11139086 for ; Mon, 23 Jan 2017 00:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345D821C1F4; Mon, 23 Jan 2017 00:20:25 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1497021C1F4 for ; Mon, 23 Jan 2017 00:20:25 +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 12FBD3416A1 for ; Mon, 23 Jan 2017 00:20:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 729882D02 for ; Mon, 23 Jan 2017 00:20:22 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1485130822.020c8d4127d4f7e89089ce439f3fbae1a879310f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/util-vserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild X-VCS-Directories: sys-cluster/util-vserver/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 020c8d4127d4f7e89089ce439f3fbae1a879310f X-VCS-Branch: master Date: Mon, 23 Jan 2017 00:20:22 +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: 1982a916-a93c-4ffb-9894-7452bbe96b0e X-Archives-Hash: aeadcbd3af449509d7a99b5d67572d7f commit: 020c8d4127d4f7e89089ce439f3fbae1a879310f Author: Patrice Clement gentoo org> AuthorDate: Mon Jan 23 00:19:21 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Jan 23 00:20:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020c8d41 sys-cluster/util-vserver: tidy up ebuild. Package-Manager: portage-2.3.0 sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild index e78a7f4..b25997c 100644 --- a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild +++ b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,9 +14,7 @@ SRC_URI="http://people.linux-vserver.org/~dhozac/t/uv-testing/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~sparc x86" - -IUSE="" +KEYWORDS="~alpha amd64 sparc x86" CDEPEND=" dev-libs/beecrypt @@ -28,7 +26,8 @@ DEPEND=" ${CDEPEND} >dev-libs/dietlibc-0.33" -RDEPEND="${CDEPEND}" +RDEPEND=" + ${CDEPEND}" S="${WORKDIR}/${MY_P}"