From b87f064155641391f9a5b52f1596e1690fb11122 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Mon, 9 Jan 2017 23:04:11 +0900 Subject: [PATCH] app-portage/java-ebuilder: change git to the official one. Package-Manager: portage-2.3.3 --- app-portage/java-ebuilder/java-ebuilder-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/java-ebuilder/java-ebuilder-9999.ebuild b/app-portage/java-ebuilder/java-ebuilder-9999.ebuild index 1c42c4d5eeee..367d6061c927 100644 --- a/app-portage/java-ebuilder/java-ebuilder-9999.ebuild +++ b/app-portage/java-ebuilder/java-ebuilder-9999.ebuild @@ -1,11 +1,11 @@ -# 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" @@ -41,8 +41,8 @@ Main-Class: ${MAIN_CLASS}" \ } src_prepare() { - hprefixify scripts/{{tree,meta}.sh,movl} java-ebuilder.conf eapply_user + hprefixify scripts/{{tree,meta}.sh,movl} java-ebuilder.conf } src_install() { -- 2.26.2