Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Data resources for Rime Input Method Engine"
-HOMEPAGE="http://rime.im/ https://github.com/rime/brise"
+HOMEPAGE="https://rime.im/ https://github.com/rime/brise"
SRC_URI="https://dl.bintray.com/lotem/rime/${MY_P}.tar.gz"
LICENSE="GPL-3"
DEPEND="app-i18n/librime"
RDEPEND="${DEPEND}"
-
S="${WORKDIR}/${MY_PN}"
+
+src_prepare() {
+ sed -i "/^[[:space:]]*PREFIX/s:/usr:${EPREFIX}/usr:" Makefile
+
+ default
+}