diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-30 00:36:57 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-30 00:36:57 +0100 |
commit | 652150545982634104917eb08db48ec2bc59a2f0 (patch) | |
tree | dde3dd7c19c8a21562e1ee67897dbf17e8210459 /app-text/xchm | |
parent | x11-misc/cbatticon: remove old (diff) | |
download | gentoo-652150545982634104917eb08db48ec2bc59a2f0.tar.gz gentoo-652150545982634104917eb08db48ec2bc59a2f0.tar.bz2 gentoo-652150545982634104917eb08db48ec2bc59a2f0.zip |
app-text/xchm: with EAPI 7 gettext belongs in BDEPEND, not DEPEND
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text/xchm')
-rw-r--r-- | app-text/xchm/xchm-1.31.ebuild | 4 | ||||
-rw-r--r-- | 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 15d39c2df85f..8f2536d07490 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 268f5dbea102..b652fcfc7a2e 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 |