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 7FE77138334 for ; Sun, 29 Dec 2019 14:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45C2DE0C9F; Sun, 29 Dec 2019 14:45:16 +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 26570E0C9F 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 019C234DCD5 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 93A4E7C 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.da3a75e3f14e88ec666f46f4160b99be6199aee1.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: da3a75e3f14e88ec666f46f4160b99be6199aee1 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: f7056d85-7d79-4a60-b225-554fc9b35398 X-Archives-Hash: 77d712eda4dc77960984acd9cfc958be commit: da3a75e3f14e88ec666f46f4160b99be6199aee1 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Dec 29 13:25:14 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=da3a75e3 app-text/gspell: vala is only a build depend here 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 68fe27ba0ee..108a5813d32 100644 --- a/app-text/gspell/gspell-1.6.1.ebuild +++ b/app-text/gspell/gspell-1.6.1.ebuild @@ -22,7 +22,6 @@ RDEPEND=" >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) - vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} dev-libs/libxml2:2 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.25 >=sys-devel/gettext-0.19.4 virtual/pkgconfig + vala? ( $(vala_depend) ) " src_prepare() { diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild index 3647a4d2935..ef631e0e295 100644 --- a/app-text/gspell/gspell-1.8.1.ebuild +++ b/app-text/gspell/gspell-1.8.1.ebuild @@ -22,7 +22,6 @@ RDEPEND=" >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) - vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} dev-libs/libxml2:2 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.25 >=sys-devel/gettext-0.19.4 virtual/pkgconfig + vala? ( $(vala_depend) ) " src_prepare() { diff --git a/app-text/gspell/gspell-1.8.2.ebuild b/app-text/gspell/gspell-1.8.2.ebuild index 0079568866d..ddbd5b2961b 100644 --- a/app-text/gspell/gspell-1.8.2.ebuild +++ b/app-text/gspell/gspell-1.8.2.ebuild @@ -22,7 +22,6 @@ RDEPEND=" >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) - vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} dev-libs/libxml2:2 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.25 >=sys-devel/gettext-0.19.6 virtual/pkgconfig + vala? ( $(vala_depend) ) " src_prepare() {