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 C2EC4138334 for ; Tue, 12 Feb 2019 10:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C689AE0826; Tue, 12 Feb 2019 10:15:06 +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 9EF0AE0826 for ; Tue, 12 Feb 2019 10:15:06 +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 3A2A8335C77 for ; Tue, 12 Feb 2019 10:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C7304E3 for ; Tue, 12 Feb 2019 10:15:03 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1549966495.d20e7949ce9b9e772b130acf40147adb311da535.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dirdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dirdiff/dirdiff-2.1-r3.ebuild X-VCS-Directories: dev-util/dirdiff/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d20e7949ce9b9e772b130acf40147adb311da535 X-VCS-Branch: master Date: Tue, 12 Feb 2019 10:15:03 +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: bfdcd813-08a3-4eae-a12a-1fefb95eae2a X-Archives-Hash: 7353808b119f2b0870552eb3aa018cf1 commit: d20e7949ce9b9e772b130acf40147adb311da535 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Feb 12 10:14:18 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Feb 12 10:14:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20e7949 dev-util/dirdiff: Drop unused inherit Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/dirdiff/dirdiff-2.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/dirdiff/dirdiff-2.1-r3.ebuild b/dev-util/dirdiff/dirdiff-2.1-r3.ebuild index 5fd289b623d..0876fc5beb4 100644 --- a/dev-util/dirdiff/dirdiff-2.1-r3.ebuild +++ b/dev-util/dirdiff/dirdiff-2.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit flag-o-matic multilib toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="A tool for differing and merging directories" SRC_URI="https://www.samba.org/ftp/paulus/${P}.tar.gz"