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 136E213832E for ; Wed, 27 Jul 2016 19:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46494E0B45; Wed, 27 Jul 2016 19:32:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE19DE0B45 for ; Wed, 27 Jul 2016 19:32:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FF1D340A35 for ; Wed, 27 Jul 2016 19:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6129D78D for ; Wed, 27 Jul 2016 19:32:32 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1469647900.5b0689c944a689b68c80aaec5b74479c0e298e06.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/sonnet/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/sonnet/sonnet-9999.ebuild X-VCS-Directories: kde-frameworks/sonnet/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5b0689c944a689b68c80aaec5b74479c0e298e06 X-VCS-Branch: master Date: Wed, 27 Jul 2016 19:32:32 +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-Archives-Salt: 317b95f6-60bf-4cc0-9d1d-b621788092de X-Archives-Hash: 7d3f4bc9af49d60c85eccd0bb858beaa commit: 5b0689c944a689b68c80aaec5b74479c0e298e06 Author: Johannes Huber gentoo org> AuthorDate: Wed Jul 27 19:31:40 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jul 27 19:31:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5b0689c9 kde-frameworks/sonnet: Use subslot on app-text/hunspell Package-Manager: portage-2.3.0 kde-frameworks/sonnet/sonnet-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/sonnet/sonnet-9999.ebuild b/kde-frameworks/sonnet/sonnet-9999.ebuild index 043ebba..6a4d359 100644 --- a/kde-frameworks/sonnet/sonnet-9999.ebuild +++ b/kde-frameworks/sonnet/sonnet-9999.ebuild @@ -15,7 +15,7 @@ RDEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) aspell? ( app-text/aspell ) - hunspell? ( app-text/hunspell ) + hunspell? ( app-text/hunspell:= ) " DEPEND="${RDEPEND} nls? ( $(add_qt_dep linguist-tools) )