Skip to content

Commit

Permalink
app-i18n/ibus-libpinyin: tidied up ebuild for 1.10.0
Browse files Browse the repository at this point in the history
sorted imports in alphabetical order
removed uneeded pkg_preinst / gnome2_schemas_savelist

Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
gramsey committed Jun 28, 2018
1 parent b37e11a commit 376931f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_REQ_USE="sqlite(+)"

inherit autotools python-single-r1 gnome2-utils
inherit autotools gnome2-utils python-single-r1

BOOST_M4_GIT_VERSION=282b1e01f5bc5ae94347474fd8c35cb2f7a7e65d

Expand Down Expand Up @@ -51,10 +51,6 @@ src_configure() {
$(use_enable opencc)
}

pkg_preinst() {
gnome2_schemas_savelist
}

pkg_postinst() {
gnome2_schemas_update
}
Expand Down

0 comments on commit 376931f

Please sign in to comment.