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 484FF138335 for ; Sat, 23 Feb 2019 17:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBACE096A; Sat, 23 Feb 2019 17:19:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1DE03E096A for ; Sat, 23 Feb 2019 17:19:40 +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 32EE533BEB8 for ; Sat, 23 Feb 2019 17:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF163522 for ; Sat, 23 Feb 2019 17:19:37 +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: <1550942348.ec5d9bb06c5bf178d764be5fcde10b0546046703.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ec5d9bb06c5bf178d764be5fcde10b0546046703 X-VCS-Branch: master Date: Sat, 23 Feb 2019 17:19:37 +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: 088e84e7-423b-4a95-a4a2-50f7d4432a53 X-Archives-Hash: 8b08a4abf773bd8e434827c890d4bdeb commit: ec5d9bb06c5bf178d764be5fcde10b0546046703 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 23 17:19:08 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 23 17:19:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5d9bb0 net-libs/gnome-online-accounts: default enable USE=vala Various GNOME packages will unconditionally need it (gnome-contacts in main tree already does). Default enable it, as it just means need of a vala slot at build time. Bug: https://bugs.gentoo.org/665578 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild index 7631b7086b5..ab021379040 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2+" SLOT="0/1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug gnome +introspection kerberos vala" # telepathy" +IUSE="debug gnome +introspection kerberos +vala" # telepathy" REQUIRED_USE="vala? ( introspection )" # pango used in goaeditablelabel