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 2D3EC139695 for ; Wed, 22 Feb 2017 10:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1289D21C081; Wed, 22 Feb 2017 10:02:26 +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 DF83F21C081 for ; Wed, 22 Feb 2017 10:02: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 8EF1934105A for ; Wed, 22 Feb 2017 10:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF20B5088 for ; Wed, 22 Feb 2017 10:02:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487757691.7277db424b5f1d7aaca61925fcccc75c24f53bc6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-core/lc-core-9999.ebuild X-VCS-Directories: app-leechcraft/lc-core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7277db424b5f1d7aaca61925fcccc75c24f53bc6 X-VCS-Branch: master Date: Wed, 22 Feb 2017 10:02: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: 2c9e61d7-a43e-473e-b99d-2b5926ec73a6 X-Archives-Hash: 7cf773df6472f453d8bd4559a912c3bc commit: 7277db424b5f1d7aaca61925fcccc75c24f53bc6 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 22 08:23:24 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 22 10:01:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7277db42 app-leechcraft/lc-core: Remove unused confutils inherit app-leechcraft/lc-core/lc-core-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index a0eb2c1e6a..a89da19a87 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="5" EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" EGIT_PROJECT="leechcraft-${PV}" -inherit eutils confutils leechcraft +inherit eutils leechcraft DESCRIPTION="Core of LeechCraft, the modular network client"