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 AB150138334 for ; Sat, 7 Sep 2019 22:09:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 589A3E0917; Sat, 7 Sep 2019 22:09:26 +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 42F34E0917 for ; Sat, 7 Sep 2019 22:09:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E4ED34AE6B for ; Sat, 7 Sep 2019 22:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E3727E7 for ; Sat, 7 Sep 2019 22:09:22 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1567894133.ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libhandy/libhandy-0.0.9.ebuild X-VCS-Directories: gui-libs/libhandy/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c X-VCS-Branch: master Date: Sat, 7 Sep 2019 22:09:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f25560c-6cfa-4a9a-b4c5-065f41268ded X-Archives-Hash: 51d69b6b1d6681860230acbd5ff4cb5e commit: ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c Author: Mart Raudsepp gentoo org> AuthorDate: Sat Sep 7 20:06:40 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Sep 7 22:08:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded08ee1 gui-libs/libhandy: default enable USE=vala gnome-contacts-3.32 will hard require it Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/libhandy/libhandy-0.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild index 5e89a43e402..8ecc861052b 100644 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild @@ -16,7 +16,7 @@ SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog KEYWORDS="~amd64 ~arm64" -IUSE="examples glade gtk-doc +introspection test vala" +IUSE="examples glade gtk-doc +introspection test +vala" REQUIRED_USE="vala? ( introspection )" RESTRICT="!test? ( test )"