Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-crypt/gcr/
Date: Thu, 05 Dec 2013 22:30:44
Message-Id: 1386282603.5cf8477b61d1a42fd9fcb8b5f77b513e6a581cd9.eva@gentoo
1 commit: 5cf8477b61d1a42fd9fcb8b5f77b513e6a581cd9
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 5 22:28:24 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 5 22:30:03 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5cf8477b
7
8 app-crypt/gcr: Add missing call to vala_src_prepare
9
10 ---
11 app-crypt/gcr/gcr-3.10.1.ebuild | 1 +
12 app-crypt/gcr/gcr-9999.ebuild | 1 +
13 2 files changed, 2 insertions(+)
14
15 diff --git a/app-crypt/gcr/gcr-3.10.1.ebuild b/app-crypt/gcr/gcr-3.10.1.ebuild
16 index f83f731..254bdff 100644
17 --- a/app-crypt/gcr/gcr-3.10.1.ebuild
18 +++ b/app-crypt/gcr/gcr-3.10.1.ebuild
19 @@ -50,6 +50,7 @@ src_prepare() {
20 -e 's/CFLAGS="$CFLAGS -O0"//' \
21 -i configure.ac configure || die
22
23 + use vala && vala_src_prepare
24 gnome2_src_prepare
25 }
26
27
28 diff --git a/app-crypt/gcr/gcr-9999.ebuild b/app-crypt/gcr/gcr-9999.ebuild
29 index 8682389..4ddc644 100644
30 --- a/app-crypt/gcr/gcr-9999.ebuild
31 +++ b/app-crypt/gcr/gcr-9999.ebuild
32 @@ -63,6 +63,7 @@ src_prepare() {
33 -e 's/CFLAGS="$CFLAGS -O0"//' \
34 -i configure.ac configure || die
35
36 + use vala && vala_src_prepare
37 gnome2_src_prepare
38 }