From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C418858973 for ; Fri, 22 Jan 2016 19:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43C3D21C005; Fri, 22 Jan 2016 19:42:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D01E321C005 for ; Fri, 22 Jan 2016 19:42:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F26E6340A23 for ; Fri, 22 Jan 2016 19:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67A491017 for ; Fri, 22 Jan 2016 19:42:16 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1453490195.1ec7766a328e2ff7f35086f71a4307d188d29b50.mjo@gentoo> Subject: [gentoo-commits] proj/eselect-php:master commit in: src/ X-VCS-Repository: proj/eselect-php X-VCS-Files: src/php.eselect.in.in X-VCS-Directories: src/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 1ec7766a328e2ff7f35086f71a4307d188d29b50 X-VCS-Branch: master Date: Fri, 22 Jan 2016 19:42:16 +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: 4da9d6ae-8d45-44b5-ac79-bf69b6ae035d X-Archives-Hash: fa5aa2661b6d4ee944b46592fc70dac7 commit: 1ec7766a328e2ff7f35086f71a4307d188d29b50 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Jan 22 19:16:35 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Jan 22 19:16:35 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=1ec7766a Don't inherit config or multilib. These two inherit commands are no longer needed. We don't use list_libdirs() anymore thanks to autotools, and I don't think the config functions were ever needed recently. src/php.eselect.in.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/php.eselect.in.in b/src/php.eselect.in.in index 8f241ce..603dced 100644 --- a/src/php.eselect.in.in +++ b/src/php.eselect.in.in @@ -1,11 +1,8 @@ # Copyright 2010-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -inherit config multilib - DESCRIPTION="Manage php installations" MAINTAINER="php-bugs@gentoo.org" - MODULES="cli apache2 fpm cgi phpdbg" #