summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-04-04 22:19:32 +0200
committerDavid Seifert <soap@gentoo.org>2021-04-04 22:19:32 +0200
commit0b03649fdc26bbf79d87422b67c259dda2b2a7c2 (patch)
treef219c294d94a2046deea7a333187ba12f8d237a1 /app-editors
parentapp-arch/p7zip: Port to EAPI 7 (diff)
downloadgentoo-0b03649fdc26bbf79d87422b67c259dda2b2a7c2.tar.gz
gentoo-0b03649fdc26bbf79d87422b67c259dda2b2a7c2.tar.bz2
gentoo-0b03649fdc26bbf79d87422b67c259dda2b2a7c2.zip
app-editors/xmlcopyeditor: need-wxwidgets -> setup-wxwidgets
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild
index 08f5b2c7e7a9..6c22d7318ea6 100644
--- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild
+++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild
@@ -36,10 +36,9 @@ src_prepare() {
# bug #440744
sed -i -e 's/ -Wall -g -fexceptions//g' configure.ac || die
eautoreconf
-
- need-wxwidgets unicode
}
src_configure() {
+ setup-wxwidgets unicode
econf $(use_enable nls)
}