diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-27 04:38:52 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-05-18 11:59:12 -0400 |
commit | 9c262297a5049b2169ca19ede735e446f1a85df2 (patch) | |
tree | e9f8ea25d5cfc6e3371f9d0478d8b0dba82417b6 /sys-apps/install-xattr/install-xattr-9999.ebuild | |
parent | net-fs/libnfs: git-2->git-r3 (diff) | |
download | gentoo-9c262297a5049b2169ca19ede735e446f1a85df2.tar.gz gentoo-9c262297a5049b2169ca19ede735e446f1a85df2.tar.bz2 gentoo-9c262297a5049b2169ca19ede735e446f1a85df2.zip |
sys-apps/install-xattr: git-2->git-r3, git://->https://
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-apps/install-xattr/install-xattr-9999.ebuild')
-rw-r--r-- | sys-apps/install-xattr/install-xattr-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild index 99350e7047f1..830b2d6cd4f9 100644 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild +++ b/sys-apps/install-xattr/install-xattr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/" inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git" inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" @@ -21,8 +21,8 @@ LICENSE="GPL-3" SLOT="0" src_prepare() { + default tc-export CC - eapply_user } src_compile() { |