diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-01-09 23:04:11 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-01-09 23:04:43 +0900 |
commit | b87f064155641391f9a5b52f1596e1690fb11122 (patch) | |
tree | 8abfbb022b727fb3837374280311c36779a7c92f /app-portage/java-ebuilder | |
parent | sys-process/audit: Stable for HPPA (bug #588734). (diff) | |
download | gentoo-b87f064155641391f9a5b52f1596e1690fb11122.tar.gz gentoo-b87f064155641391f9a5b52f1596e1690fb11122.tar.bz2 gentoo-b87f064155641391f9a5b52f1596e1690fb11122.zip |
app-portage/java-ebuilder: change git to the official one.
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-portage/java-ebuilder')
-rw-r--r-- | app-portage/java-ebuilder/java-ebuilder-9999.ebuild | 6 |
1 files 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() { |