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 07D99138335 for ; Sat, 9 Mar 2019 18:58:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0200E077F; Sat, 9 Mar 2019 18:58:37 +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 A3CC1E077F for ; Sat, 9 Mar 2019 18:58:37 +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 0E1E4335CE4 for ; Sat, 9 Mar 2019 18:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D6A955F for ; Sat, 9 Mar 2019 18:58:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552157623.baa7935fc51ecc2f3e727e45f02b442545317864.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/poxml/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/poxml/poxml-9999.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: baa7935fc51ecc2f3e727e45f02b442545317864 X-VCS-Branch: master Date: Sat, 9 Mar 2019 18:58:34 +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: ca53c459-a15d-4093-b056-63b37fc427d4 X-Archives-Hash: e1c82d07bf9519ddcbf12bc206169cf3 commit: baa7935fc51ecc2f3e727e45f02b442545317864 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 9 18:53:43 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 9 18:53:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=baa7935f kde-apps/poxml: Fix RDEPENDs (add back sys-devel/gettext) Thanks-to: Arfrever Frehtes Taifersar Arahesis Apache.Org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/poxml-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/poxml/poxml-9999.ebuild b/kde-apps/poxml/poxml-9999.ebuild index b90babc065..a610286469 100644 --- a/kde-apps/poxml/poxml-9999.ebuild +++ b/kde-apps/poxml/poxml-9999.ebuild @@ -10,6 +10,8 @@ DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" KEYWORDS="" IUSE="" -BDEPEND="sys-devel/gettext" -DEPEND="$(add_qt_dep qtxml)" +DEPEND=" + $(add_qt_dep qtxml) + sys-devel/gettext +" RDEPEND="${DEPEND}"