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 D834B138335 for ; Fri, 11 Oct 2019 14:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 015BFE0821; Fri, 11 Oct 2019 14:16:49 +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 DD0F1E0821 for ; Fri, 11 Oct 2019 14:16:48 +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 C9C1534BB6F for ; Fri, 11 Oct 2019 14:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318CA840 for ; Fri, 11 Oct 2019 14:16:45 +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: <1570803388.db98bb5730e3efc1d315155fe8d461f3ed3cab09.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/qmail.eclass X-VCS-Directories: eclass/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: db98bb5730e3efc1d315155fe8d461f3ed3cab09 X-VCS-Branch: master Date: Fri, 11 Oct 2019 14:16:45 +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: 580e2599-3d03-4a63-b69b-6645305eef73 X-Archives-Hash: 424a4c9bfa0bf6e3478a397f8b96ec2e commit: db98bb5730e3efc1d315155fe8d461f3ed3cab09 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Oct 10 13:11:02 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 11 14:16:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db98bb57 qmail eclass: drop now unused reference to user eclass Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Joonas Niilola gentoo.org> eclass/qmail.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index b4be80efbb2..b6ef483aa82 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -6,7 +6,7 @@ # qmail-bugs@gentoo.org # @BLURB: common qmail functions -inherit flag-o-matic toolchain-funcs fixheadtails user +inherit flag-o-matic toolchain-funcs fixheadtails # hardcoded paths QMAIL_HOME="/var/qmail"