diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-05-07 23:17:41 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-05-07 23:17:41 +0900 |
commit | e7fd95d82616a5445a83e23573bc37220a539a5e (patch) | |
tree | 6e88c35352f17411ba236be898c18cebe4112d78 /app-i18n | |
parent | app-i18n/ibus: fix tests (diff) | |
download | gentoo-e7fd95d82616a5445a83e23573bc37220a539a5e.tar.gz gentoo-e7fd95d82616a5445a83e23573bc37220a539a5e.tar.bz2 gentoo-e7fd95d82616a5445a83e23573bc37220a539a5e.zip |
app-i18n/ibus: tidy
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild index 25c34029d3f9..0115a8275ea6 100644 --- a/app-i18n/ibus/ibus-1.5.18.ebuild +++ b/app-i18n/ibus/ibus-1.5.18.ebuild @@ -130,10 +130,10 @@ src_configure() { $(use_enable libnotify) \ $(use_enable nls) \ $(use_enable test tests) \ - $(use_enable vala) \ - $(use_enable wayland) \ $(use_enable unicode unicode-dict) \ $(use_with unicode ucd-dir "${EPREFIX}/usr/share/unicode-data") \ + $(use_enable vala) \ + $(use_enable wayland) \ "${python_conf[@]}" } |