commit: d90d1c49cf8b23510b260840b9bf18c963013be9 Author: Leho Kraav <leho <AT> kraav <DOT> com> AuthorDate: Wed Jun 29 18:47:15 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jul 1 08:00:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90d1c49
x11-misc/gpaste: VALA_MIN_API_VERSION 0.30, fixes #582644 Bug: https://bugs.gentoo.org/582644 Pull-Request: https://github.com/gentoo/gentoo/pull/1794 x11-misc/gpaste/gpaste-3.18.3.ebuild | 3 ++- x11-misc/gpaste/gpaste-3.20.3.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-misc/gpaste/gpaste-3.18.3.ebuild b/x11-misc/gpaste/gpaste-3.18.3.ebuild index f84b180..b7cb042 100644 --- a/x11-misc/gpaste/gpaste-3.18.3.ebuild +++ b/x11-misc/gpaste/gpaste-3.18.3.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 +VALA_MIN_API_VERSION="0.30" VALA_USE_DEPEND="vapigen" inherit eutils autotools gnome2-utils vala vcs-snapshot diff --git a/x11-misc/gpaste/gpaste-3.20.3.ebuild b/x11-misc/gpaste/gpaste-3.20.3.ebuild index 227ca8d..277eb67 100644 --- a/x11-misc/gpaste/gpaste-3.20.3.ebuild +++ b/x11-misc/gpaste/gpaste-3.20.3.ebuild @@ -4,6 +4,7 @@ EAPI=5 +VALA_MIN_API_VERSION="0.30" VALA_USE_DEPEND="vapigen" inherit eutils autotools gnome2-utils vala vcs-snapshot
