-# Copyright 2016 Gentoo Foundation
+# Copyright 2016-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
if [[ ${PV} == 9999 ]]; then
ECLASS="git-r3"
- EGIT_REPO_URI="https://github.com/heroxbd/${PN}.git"
+ EGIT_REPO_URI="https://github.com/gentoo/${PN}.git"
else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
}
src_prepare() {
- hprefixify scripts/{{tree,meta}.sh,movl} java-ebuilder.conf
eapply_user
+ hprefixify scripts/{{tree,meta}.sh,movl} java-ebuilder.conf
}
src_install() {