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 2168913881D for ; Sat, 26 Sep 2015 08:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 716B621C0A5; Sat, 26 Sep 2015 08:13:30 +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 1C78821C0A5 for ; Sat, 26 Sep 2015 08:13:29 +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 F251F3407E6 for ; Sat, 26 Sep 2015 08:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 426DB1F9 for ; Sat, 26 Sep 2015 08:13:26 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1443255171.66c91ec0f10bebefa0460c84ec2fb86300a5fd81.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/qingy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/qingy/qingy-1.0.0-r2.ebuild X-VCS-Directories: sys-apps/qingy/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 66c91ec0f10bebefa0460c84ec2fb86300a5fd81 X-VCS-Branch: master Date: Sat, 26 Sep 2015 08:13:26 +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: a59cd45f-e28e-442f-aafd-f9be8a006872 X-Archives-Hash: 1acf50f9c55c85edeb0a08b4e49ca559 commit: 66c91ec0f10bebefa0460c84ec2fb86300a5fd81 Author: Mike Frysinger gentoo org> AuthorDate: Sat Sep 26 08:12:51 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Sep 26 08:12:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c91ec0 sys-apps/qingy: add epatch_user support #510738 sys-apps/qingy/qingy-1.0.0-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/qingy/qingy-1.0.0-r2.ebuild b/sys-apps/qingy/qingy-1.0.0-r2.ebuild index 7dbd955..5972119 100644 --- a/sys-apps/qingy/qingy-1.0.0-r2.ebuild +++ b/sys-apps/qingy/qingy-1.0.0-r2.ebuild @@ -47,6 +47,7 @@ src_prepare() { epatch "${DISTDIR}"/${P}-screensavers.patch.gz # bug #372675 - fix from upstream epatch "${DISTDIR}"/${P}-consolekit-pam.patch.gz + epatch_user #510738 eautoreconf }