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 5AEBF139694 for ; Wed, 22 Feb 2017 08:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A783CE0CB5; Wed, 22 Feb 2017 08:01:51 +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 82E66E0CB5 for ; Wed, 22 Feb 2017 08:01:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0FBF3340C97 for ; Wed, 22 Feb 2017 08:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C9365071 for ; Wed, 22 Feb 2017 08:01:42 +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: <1487750493.8a749fb9d76f6ef6018b654bef87aa25f77c18e2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/confutils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a749fb9d76f6ef6018b654bef87aa25f77c18e2 X-VCS-Branch: master Date: Wed, 22 Feb 2017 08:01:42 +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: 614926c6-f318-4436-91fb-05909faf0db7 X-Archives-Hash: 53cafe754b3145f7faa3f017b3d251e9 commit: 8a749fb9d76f6ef6018b654bef87aa25f77c18e2 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 22 07:50:48 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 22 08:01:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a749fb9 confutils.eclass: Mark maintainer-needed eclass/confutils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass index 764ee31ebe..4d724750af 100644 --- a/eclass/confutils.eclass +++ b/eclass/confutils.eclass @@ -4,7 +4,7 @@ # @ECLASS: confutils.eclass # @MAINTAINER: -# Benedikt Böhm +# No maintainer # @BLURB: utility functions to help with configuring a package # @DESCRIPTION: # The confutils eclass contains functions to handle use flag dependencies and