Skip to content

Commit

Permalink
app-i18n/ibus: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/642964
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
hattya committed May 7, 2018
1 parent d23bbcb commit 02e8757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-i18n/ibus/ibus-1.5.17.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
VALA_USE_DEPEND="vapigen"

inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx
inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx xdg-utils

DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
Expand Down Expand Up @@ -98,6 +98,7 @@ src_prepare() {

default
eautoreconf
xdg_environment_reset
}

src_configure() {
Expand Down

0 comments on commit 02e8757

Please sign in to comment.