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 57C49138334 for ; Sun, 29 Dec 2019 14:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5837BE0CA6; Sun, 29 Dec 2019 14:45:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 283EFE0CA5 for ; Sun, 29 Dec 2019 14:45:16 +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 008A634DCD3 for ; Sun, 29 Dec 2019 14:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8041E7B for ; Sun, 29 Dec 2019 14:45:11 +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: <1577630109.7f46b28a83b2b3d5358fd67dff5f24f055f17b6e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gspell/gspell-1.6.1.ebuild app-text/gspell/gspell-1.8.1.ebuild app-text/gspell/gspell-1.8.2.ebuild X-VCS-Directories: app-text/gspell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7f46b28a83b2b3d5358fd67dff5f24f055f17b6e X-VCS-Branch: master Date: Sun, 29 Dec 2019 14:45:11 +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: 704095b2-9868-475b-82cb-a5133256fa9e X-Archives-Hash: 9bf19659cda21ffb0c74ddf27fde7720 commit: 7f46b28a83b2b3d5358fd67dff5f24f055f17b6e Author: Mart Raudsepp gentoo org> AuthorDate: Sun Dec 29 13:22:06 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Dec 29 14:35:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f46b28a app-text/gspell: default enable USE=vala geary hard requires it, and when anything uses it, we have a tradition to just default enable it for less trouble in the common case for users (it's just a .vapi file being generated). Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-text/gspell/gspell-1.6.1.ebuild | 2 +- app-text/gspell/gspell-1.8.1.ebuild | 2 +- app-text/gspell/gspell-1.8.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild index 2258eb9a0e3..68fe27ba0ee 100644 --- a/app-text/gspell/gspell-1.6.1.ebuild +++ b/app-text/gspell/gspell-1.6.1.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+" SLOT="0/1" # subslot = libgspell-1 soname version KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86" -IUSE="+introspection vala" +IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=" diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild index 29b5aa6fd9f..3647a4d2935 100644 --- a/app-text/gspell/gspell-1.8.1.ebuild +++ b/app-text/gspell/gspell-1.8.1.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+" SLOT="0/1" # subslot = libgspell-1 soname version KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="+introspection vala" +IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=" diff --git a/app-text/gspell/gspell-1.8.2.ebuild b/app-text/gspell/gspell-1.8.2.ebuild index 52ccc9e6403..0079568866d 100644 --- a/app-text/gspell/gspell-1.8.2.ebuild +++ b/app-text/gspell/gspell-1.8.2.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+" SLOT="0/1" # subslot = libgspell-1 soname version KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="+introspection vala" +IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" RDEPEND="