Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/alexxy:master commit in: sys-fs/snapper/
Date: Tue, 05 Mar 2013 09:52:32
Message-Id: 1362477140.55d5d7b0e034e1ade34be4b79c69c6164192bed8.alexxy@gentoo
1 commit: 55d5d7b0e034e1ade34be4b79c69c6164192bed8
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 5 09:52:20 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 5 09:52:20 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=55d5d7b0
7
8 Fix ebuild
9
10 Package-Manager: portage-2.2.0_alpha166
11
12 ---
13 sys-fs/snapper/snapper-9999.ebuild | 7 +++++--
14 1 files changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/snapper/snapper-9999.ebuild b/sys-fs/snapper/snapper-9999.ebuild
17 index c1e31b0..ba1e1c4 100644
18 --- a/sys-fs/snapper/snapper-9999.ebuild
19 +++ b/sys-fs/snapper/snapper-9999.ebuild
20 @@ -25,9 +25,12 @@ DEPEND="${RDEPEND}
21 sys-devel/gettext
22 virtual/pkgconfig"
23
24 -src_configure() {
25 +src_prepare() {
26 # No configure file provided at the moment
27 - eautoreconf --force --install
28 + eautoreconf
29 +}
30 +
31 +src_configure() {
32 # No YaST in Gentoo
33 econf --disable-zypp --with-conf="/etc/conf.d"
34 }