You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
375 B

{% calculate exec='/bin/bash', action='!disk' %}
{% if pkg('x11-libs/wxGTK:3.0-gtk3') %}
/usr/bin/eselect wxwidgets set gtk3-unicode-3.0-gtk3 &>/dev/null
{% elif pkg('x11-libs/wxGTK:3.0') %}
/usr/bin/eselect wxwidgets set gtk2-unicode-3.0 &>/dev/null
{% elif pkg('x11-libs/wxGTK:2.8') %}
/usr/bin/eselect wxwidgets set gtk2-unicode-release-2.8 &>/dev/null
{% endif %}
true