Skip to content

Commit

Permalink
app-i18n/ibus-anthy: call gnome2_environment_reset
Browse files Browse the repository at this point in the history
Gentoo-Bug: 587160

Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
hattya committed Aug 1, 2017
1 parent 4487fa2 commit ff5f685
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"

src_prepare() {
default
gnome2_environment_reset
}

src_configure() {
econf \
$(use_enable nls) \
Expand Down
5 changes: 5 additions & 0 deletions app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"

src_prepare() {
default
gnome2_environment_reset
}

src_configure() {
econf \
$(use_enable nls) \
Expand Down

0 comments on commit ff5f685

Please sign in to comment.