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 BEA8B138334 for ; Tue, 26 Mar 2019 22:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98B1EE08F2; Tue, 26 Mar 2019 22:15:34 +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 70250E08F2 for ; Tue, 26 Mar 2019 22:15:34 +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 8AFBD335D00 for ; Tue, 26 Mar 2019 22:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED9A9518 for ; Tue, 26 Mar 2019 22:15:30 +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: <1553637828.4e41bf8e3ad13e5f1efc2ef2117123cba1151e01.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gcr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gcr/gcr-3.28.1.ebuild X-VCS-Directories: app-crypt/gcr/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4e41bf8e3ad13e5f1efc2ef2117123cba1151e01 X-VCS-Branch: master Date: Tue, 26 Mar 2019 22:15:30 +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: df3f7538-076c-4886-a787-3c356d9f76e4 X-Archives-Hash: 70050c2ff536779d5f127206d92bdfbd commit: 4e41bf8e3ad13e5f1efc2ef2117123cba1151e01 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Mar 26 22:03:48 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Mar 26 22:03:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e41bf8e app-crypt/gcr: default enable USE=vala Various GNOME packages unconditionally need it (e.g. seahorse for a long time). Default enable it, as it just means need of a vala slot at build time. For GNOME profiles this was done via profile-specific package.use before. Bug: https://bugs.gentoo.org/665578 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-crypt/gcr/gcr-3.28.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/gcr/gcr-3.28.1.ebuild b/app-crypt/gcr/gcr-3.28.1.ebuild index 74a0d4fdb65..1dd1ec804c6 100644 --- a/app-crypt/gcr/gcr-3.28.1.ebuild +++ b/app-crypt/gcr/gcr-3.28.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gcr" LICENSE="GPL-2+ LGPL-2+" SLOT="0/1" # subslot = suffix of libgcr-3 -IUSE="debug gtk +introspection vala" +IUSE="debug gtk +introspection +vala" REQUIRED_USE="vala? ( introspection )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"