Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gpaste/
Date: Fri, 01 Jul 2016 08:01:26
Message-Id: 1467360043.d90d1c49cf8b23510b260840b9bf18c963013be9.mgorny@gentoo
1 commit: d90d1c49cf8b23510b260840b9bf18c963013be9
2 Author: Leho Kraav <leho <AT> kraav <DOT> com>
3 AuthorDate: Wed Jun 29 18:47:15 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 08:00:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90d1c49
7
8 x11-misc/gpaste: VALA_MIN_API_VERSION 0.30, fixes #582644
9
10 Bug: https://bugs.gentoo.org/582644
11 Pull-Request: https://github.com/gentoo/gentoo/pull/1794
12
13 x11-misc/gpaste/gpaste-3.18.3.ebuild | 3 ++-
14 x11-misc/gpaste/gpaste-3.20.3.ebuild | 1 +
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/x11-misc/gpaste/gpaste-3.18.3.ebuild b/x11-misc/gpaste/gpaste-3.18.3.ebuild
18 index f84b180..b7cb042 100644
19 --- a/x11-misc/gpaste/gpaste-3.18.3.ebuild
20 +++ b/x11-misc/gpaste/gpaste-3.18.3.ebuild
21 @@ -1,9 +1,10 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=5
28
29 +VALA_MIN_API_VERSION="0.30"
30 VALA_USE_DEPEND="vapigen"
31
32 inherit eutils autotools gnome2-utils vala vcs-snapshot
33
34 diff --git a/x11-misc/gpaste/gpaste-3.20.3.ebuild b/x11-misc/gpaste/gpaste-3.20.3.ebuild
35 index 227ca8d..277eb67 100644
36 --- a/x11-misc/gpaste/gpaste-3.20.3.ebuild
37 +++ b/x11-misc/gpaste/gpaste-3.20.3.ebuild
38 @@ -4,6 +4,7 @@
39
40 EAPI=5
41
42 +VALA_MIN_API_VERSION="0.30"
43 VALA_USE_DEPEND="vapigen"
44
45 inherit eutils autotools gnome2-utils vala vcs-snapshot