commit:     652150545982634104917eb08db48ec2bc59a2f0
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 23:36:57 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 23:36:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65215054

app-text/xchm: with EAPI 7 gettext belongs in BDEPEND, not DEPEND

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-text/xchm/xchm-1.31.ebuild | 4 ++--
 app-text/xchm/xchm-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/xchm/xchm-1.31.ebuild b/app-text/xchm/xchm-1.31.ebuild
index 15d39c2df85..8f2536d0749 100644
--- a/app-text/xchm/xchm-1.31.ebuild
+++ b/app-text/xchm/xchm-1.31.ebuild
@@ -19,8 +19,8 @@ IUSE="nls"
 RDEPEND=">=dev-libs/chmlib-0.36
        x11-libs/wxGTK:${WX_GTK_VER}[X]
        nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
 
 src_configure() {
        econf $(use_enable nls)

diff --git a/app-text/xchm/xchm-9999.ebuild b/app-text/xchm/xchm-9999.ebuild
index 268f5dbea10..b652fcfc7a2 100644
--- a/app-text/xchm/xchm-9999.ebuild
+++ b/app-text/xchm/xchm-9999.ebuild
@@ -25,8 +25,8 @@ IUSE="nls"
 RDEPEND=">=dev-libs/chmlib-0.36
        x11-libs/wxGTK:${WX_GTK_VER}[X]
        nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
 
 src_prepare() {
        default

Reply via email to