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 399ED139694 for ; Fri, 14 Jul 2017 08:52:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260F41FC058; Fri, 14 Jul 2017 08:52:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 086E31FC058 for ; Fri, 14 Jul 2017 08:52:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E910C341A40 for ; Fri, 14 Jul 2017 08:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED60674BE for ; Fri, 14 Jul 2017 08:52:07 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1500022273.7a1b3c8b7b607f68b60674b73ef331a5d8dd6f95.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gdm/gdm-3.24.2.ebuild X-VCS-Directories: gnome-base/gdm/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7a1b3c8b7b607f68b60674b73ef331a5d8dd6f95 X-VCS-Branch: master Date: Fri, 14 Jul 2017 08:52:07 +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: 260cfa0d-5365-49ba-a62c-119fc4c10a33 X-Archives-Hash: 365655bce5439e3bd7b0023080ec82e9 commit: 7a1b3c8b7b607f68b60674b73ef331a5d8dd6f95 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jul 14 08:33:40 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jul 14 08:51:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1b3c8b gnome-base/gdm-3.24.2: remove now unnecessary eautoreconf The pam module dir patch got upstreamed and the remaining patches don't need an autotools regeneration Package-Manager: Portage-2.3.5, Repoman-2.3.2 gnome-base/gdm/gdm-3.24.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnome-base/gdm/gdm-3.24.2.ebuild b/gnome-base/gdm/gdm-3.24.2.ebuild index 3ce0f556026..651b36ba207 100644 --- a/gnome-base/gdm/gdm-3.24.2.ebuild +++ b/gnome-base/gdm/gdm-3.24.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -inherit autotools eutils gnome2 pam readme.gentoo-r1 systemd user versionator +inherit eutils gnome2 pam readme.gentoo-r1 systemd user versionator DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins" HOMEPAGE="https://wiki.gnome.org/Projects/GDM" @@ -131,7 +131,6 @@ src_prepare() { # Show logo when branding is enabled use branding && eapply "${FILESDIR}/${PN}-3.8.4-logo.patch" - eautoreconf gnome2_src_prepare }