diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-29 22:05:36 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-29 22:05:36 +0900 |
commit | b36a0fa4e26f93027011726f7725b744d317ec3b (patch) | |
tree | 641372842fd436c28495f2f5f121778a82d023e4 /app-i18n | |
parent | app-i18n/nabi: update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-b36a0fa4e26f93027011726f7725b744d317ec3b.tar.gz gentoo-b36a0fa4e26f93027011726f7725b744d317ec3b.tar.bz2 gentoo-b36a0fa4e26f93027011726f7725b744d317ec3b.zip |
app-i18n/ibus-table: tidy
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.9.18.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild index 114b81267db0..2a357802f975 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -29,11 +29,6 @@ DEPEND="${RDEPEND} src_prepare() { python_fix_shebang . - sed -i \ - "s/python/${EPYTHON}/" \ - engine/${PN}-createdb.in \ - engine/${PN/-/-engine-}.in - default } |