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 74602138334 for ; Sat, 6 Apr 2019 09:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 888A2E081A; Sat, 6 Apr 2019 09:42:24 +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 62E9FE081A for ; Sat, 6 Apr 2019 09:42:24 +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 0163E335C8C for ; Sat, 6 Apr 2019 09:42:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA6F657E for ; Sat, 6 Apr 2019 09:42:20 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1554543738.4a45771b888dc935d2d8ee0cad6d358a829b5e83.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xchm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xchm/xchm-1.28.ebuild app-text/xchm/xchm-9999.ebuild X-VCS-Directories: app-text/xchm/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4a45771b888dc935d2d8ee0cad6d358a829b5e83 X-VCS-Branch: master Date: Sat, 6 Apr 2019 09:42:20 +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: 5c21b982-a46f-42a2-888b-1f83bf80e2c7 X-Archives-Hash: b0b09368d15835c6ac5eab8a0f1ac940 commit: 4a45771b888dc935d2d8ee0cad6d358a829b5e83 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 6 09:41:32 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 6 09:42:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a45771b app-text/xchm: Add dependencies for USE=nls Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> app-text/xchm/xchm-1.28.ebuild | 9 +++++---- app-text/xchm/xchm-9999.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app-text/xchm/xchm-1.28.ebuild b/app-text/xchm/xchm-1.28.ebuild index 9f81e492b56..8a1516c3220 100644 --- a/app-text/xchm/xchm-1.28.ebuild +++ b/app-text/xchm/xchm-1.28.ebuild @@ -3,7 +3,6 @@ EAPI=6 WX_GTK_VER="3.0-gtk3" - inherit autotools wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" @@ -15,12 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" -DEPEND=" +RDEPEND=" >=dev-libs/chmlib-0.36 x11-libs/wxGTK:${WX_GTK_VER}[X] + nls? ( virtual/libintl ) " -RDEPEND=" - ${DEPEND} +DEPEND=" + ${RDEPEND} + nls? ( sys-devel/gettext ) " src_prepare() { diff --git a/app-text/xchm/xchm-9999.ebuild b/app-text/xchm/xchm-9999.ebuild index ff28fc53413..bff0e4a4ffa 100644 --- a/app-text/xchm/xchm-9999.ebuild +++ b/app-text/xchm/xchm-9999.ebuild @@ -3,7 +3,6 @@ EAPI=6 WX_GTK_VER="3.0-gtk3" - inherit autotools git-r3 wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" @@ -15,12 +14,14 @@ SLOT="0" KEYWORDS="" IUSE="nls" -DEPEND=" +RDEPEND=" >=dev-libs/chmlib-0.36 x11-libs/wxGTK:${WX_GTK_VER}[X] + nls? ( virtual/libintl ) " -RDEPEND=" - ${DEPEND} +DEPEND=" + ${RDEPEND} + nls? ( sys-devel/gettext ) " src_prepare() {