diff options
author | Sam James <sam@gentoo.org> | 2021-01-18 20:29:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-18 20:30:10 +0000 |
commit | 000fa82b481edb49fe9b36132fb10fe534fd5302 (patch) | |
tree | b27cf4ed565efec654b66beaf621eca5dfc57650 /app-editors/xmlcopyeditor | |
parent | xfce-extra/xfdashboard: Remove old (diff) | |
download | gentoo-000fa82b481edb49fe9b36132fb10fe534fd5302.tar.gz gentoo-000fa82b481edb49fe9b36132fb10fe534fd5302.tar.bz2 gentoo-000fa82b481edb49fe9b36132fb10fe534fd5302.zip |
app-editors/xmlcopyeditor: fix MissingUseDepDefault for wxGTK[aqua]
We've just dropped USE=aqua from x11-libs/wxGTK.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/xmlcopyeditor')
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild | 3 |
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 df844c1b0b70..08f5b2c7e7a9 100644 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild @@ -21,8 +21,7 @@ RDEPEND=" dev-libs/libxslt dev-libs/xerces-c[icu] dev-libs/libpcre - !aqua? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) - aqua? ( x11-libs/wxGTK:${WX_GTK_VER}[aqua] ) + x11-libs/wxGTK:${WX_GTK_VER}[X] " DEPEND="${RDEPEND} dev-libs/boost |