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 F18B61382C5 for ; Wed, 20 May 2020 13:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A38CE0961; Wed, 20 May 2020 13:10:34 +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 F1A4EE0961 for ; Wed, 20 May 2020 13:10:33 +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 2FF0F34F231 for ; Wed, 20 May 2020 13:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D29A921E for ; Wed, 20 May 2020 13:10:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1589980178.e5e95d8829dc62500b61289f79a8d54128920142.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc/lxc-4.0.2-r1.ebuild app-emulation/lxc/lxc-4.0.2-r2.ebuild X-VCS-Directories: app-emulation/lxc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e5e95d8829dc62500b61289f79a8d54128920142 X-VCS-Branch: master Date: Wed, 20 May 2020 13:10:15 +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: 0324e768-2e5f-4f7b-a9e6-a7e1b121d951 X-Archives-Hash: e5f8a3e04acdc21347d9848f42d35129 commit: e5e95d8829dc62500b61289f79a8d54128920142 Author: Joonas Niilola gentoo org> AuthorDate: Wed May 20 13:09:38 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed May 20 13:09:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e95d88 app-emulation/lxc: remove useless gnutls dep Signed-off-by: Joonas Niilola gentoo.org> app-emulation/lxc/{lxc-4.0.2-r1.ebuild => lxc-4.0.2-r2.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emulation/lxc/lxc-4.0.2-r1.ebuild b/app-emulation/lxc/lxc-4.0.2-r2.ebuild similarity index 99% rename from app-emulation/lxc/lxc-4.0.2-r1.ebuild rename to app-emulation/lxc/lxc-4.0.2-r2.ebuild index e09aa6bc06f..9f71458a5e7 100644 --- a/app-emulation/lxc/lxc-4.0.2-r1.ebuild +++ b/app-emulation/lxc/lxc-4.0.2-r2.ebuild @@ -16,7 +16,6 @@ SLOT="0" IUSE="apparmor +caps doc examples libressl pam seccomp selinux +ssl +templates +tools" RDEPEND="app-misc/pax-utils - net-libs/gnutls sys-apps/util-linux sys-libs/libcap virtual/awk