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 CEFED139694 for ; Sun, 9 Jul 2017 13:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35C6321413E; Sun, 9 Jul 2017 13:06:19 +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 15E8021413E for ; Sun, 9 Jul 2017 13:06:18 +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 155E2341763 for ; Sun, 9 Jul 2017 13:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 695EC746A for ; Sun, 9 Jul 2017 13:06:16 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1499605543.25021f8f6575aebb146303c6b728094bdc4a4924.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canna/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/canna/canna-3.7_p3-r3.ebuild X-VCS-Directories: app-i18n/canna/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 25021f8f6575aebb146303c6b728094bdc4a4924 X-VCS-Branch: master Date: Sun, 9 Jul 2017 13:06:16 +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: 62eb948c-7f3d-4c50-979e-9ba4ab36e927 X-Archives-Hash: ba5d6337d8bca74efc5890c9482cac11 commit: 25021f8f6575aebb146303c6b728094bdc4a4924 Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 9 13:05:43 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 9 13:05:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25021f8f app-i18n/canna: fix *DEPEND Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/canna/canna-3.7_p3-r3.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app-i18n/canna/canna-3.7_p3-r3.ebuild b/app-i18n/canna/canna-3.7_p3-r3.ebuild index 8dbf091e2dd..506184539b7 100644 --- a/app-i18n/canna/canna-3.7_p3-r3.ebuild +++ b/app-i18n/canna/canna-3.7_p3-r3.ebuild @@ -16,11 +16,14 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="canuum doc ipv6" -DEPEND="x11-misc/gccmakedep +RDEPEND="canuum? ( + dev-libs/libspt + sys-libs/ncurses:= + )" +DEPEND="${RDEPEND} + x11-misc/gccmakedep x11-misc/imake canuum? ( - dev-libs/libspt - sys-libs/ncurses virtual/pkgconfig ) doc? ( @@ -28,7 +31,6 @@ DEPEND="x11-misc/gccmakedep dev-texlive/texlive-langjapanese dev-texlive/texlive-latexrecommended )" -RDEPEND="" S="${WORKDIR}/${MY_P}" PATCHES=(