From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D80951382DE for ; Fri, 1 Jul 2016 08:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16DD8E0AC9; Fri, 1 Jul 2016 08:01:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD232E0AC9 for ; Fri, 1 Jul 2016 08:01:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23198340F28 for ; Fri, 1 Jul 2016 08:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85A3B23F1 for ; Fri, 1 Jul 2016 08:01:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1467360043.d90d1c49cf8b23510b260840b9bf18c963013be9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gpaste/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gpaste/gpaste-3.18.3.ebuild x11-misc/gpaste/gpaste-3.20.3.ebuild X-VCS-Directories: x11-misc/gpaste/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d90d1c49cf8b23510b260840b9bf18c963013be9 X-VCS-Branch: master Date: Fri, 1 Jul 2016 08:01:19 +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: 11b452a1-d887-4218-ba5b-12f0f5e9f978 X-Archives-Hash: 94b896973e79b6ec2f4627317e80fe71 commit: d90d1c49cf8b23510b260840b9bf18c963013be9 Author: Leho Kraav kraav com> AuthorDate: Wed Jun 29 18:47:15 2016 +0000 Commit: Michał Górny gentoo 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