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 55C85138334 for ; Sat, 30 Jun 2018 02:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14704E0871; Sat, 30 Jun 2018 02:25:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D781BE0871 for ; Sat, 30 Jun 2018 02:25:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E881335C81 for ; Sat, 30 Jun 2018 02:25:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A22B2E3 for ; Sat, 30 Jun 2018 02:25:39 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1530325522.51795c8e430d2c706fd62dd1e403e28d22ce06db.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.18.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 51795c8e430d2c706fd62dd1e403e28d22ce06db X-VCS-Branch: master Date: Sat, 30 Jun 2018 02:25:39 +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: 63284025-42af-482e-9869-a3c906d60469 X-Archives-Hash: 68a58600d506a7103705496449707c5e commit: 51795c8e430d2c706fd62dd1e403e28d22ce06db Author: Akinori Hattori gentoo org> AuthorDate: Sat Jun 30 02:23:29 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Jun 30 02:25:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51795c8e app-i18n/ibus: fix build Closes: https://bugs.gentoo.org/658506 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/ibus/ibus-1.5.18.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild index 0115a8275ea..077b31aa412 100644 --- a/app-i18n/ibus/ibus-1.5.18.ebuild +++ b/app-i18n/ibus/ibus-1.5.18.ebuild @@ -3,6 +3,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +VALA_MIN_API_VERSION="0.34" VALA_USE_DEPEND="vapigen" inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils