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 E4596198005 for ; Tue, 5 Mar 2013 09:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A8D7E0478; Tue, 5 Mar 2013 09:52:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1755EE0478 for ; Tue, 5 Mar 2013 09:52:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 351EB33DDA8 for ; Tue, 5 Mar 2013 09:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B8798E4073 for ; Tue, 5 Mar 2013 09:52:29 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1362477140.55d5d7b0e034e1ade34be4b79c69c6164192bed8.alexxy@gentoo> Subject: [gentoo-commits] dev/alexxy:master commit in: sys-fs/snapper/ X-VCS-Repository: dev/alexxy X-VCS-Files: sys-fs/snapper/snapper-9999.ebuild X-VCS-Directories: sys-fs/snapper/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 55d5d7b0e034e1ade34be4b79c69c6164192bed8 X-VCS-Branch: master Date: Tue, 5 Mar 2013 09:52:29 +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: 95426eb9-eedb-496c-a9ca-eaef749329ac X-Archives-Hash: 40c5a9a46450d65e512d49267150e6d2 commit: 55d5d7b0e034e1ade34be4b79c69c6164192bed8 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Mar 5 09:52:20 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Mar 5 09:52:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=55d5d7b0 Fix ebuild Package-Manager: portage-2.2.0_alpha166 --- sys-fs/snapper/snapper-9999.ebuild | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-fs/snapper/snapper-9999.ebuild b/sys-fs/snapper/snapper-9999.ebuild index c1e31b0..ba1e1c4 100644 --- a/sys-fs/snapper/snapper-9999.ebuild +++ b/sys-fs/snapper/snapper-9999.ebuild @@ -25,9 +25,12 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" -src_configure() { +src_prepare() { # No configure file provided at the moment - eautoreconf --force --install + eautoreconf +} + +src_configure() { # No YaST in Gentoo econf --disable-zypp --with-conf="/etc/conf.d" }