diff options
author | 2017-11-19 23:09:14 +0000 | |
---|---|---|
committer | 2017-11-19 23:09:27 +0000 | |
commit | d0fa1795fcd5f556c5ca856e8fd786021980912a (patch) | |
tree | d36b49591be45a997c79101eacc77e2d5165680c /sys-devel/crossdev/crossdev-99999999.ebuild | |
parent | media-gfx/kphotoalbum: Drop USE=face (diff) | |
download | gentoo-d0fa1795fcd5f556c5ca856e8fd786021980912a.tar.gz gentoo-d0fa1795fcd5f556c5ca856e8fd786021980912a.tar.bz2 gentoo-d0fa1795fcd5f556c5ca856e8fd786021980912a.zip |
sys-devel/crossdev: bump up to 20171119
Bug: https://bugs.gentoo.org/638182
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'sys-devel/crossdev/crossdev-99999999.ebuild')
-rw-r--r-- | sys-devel/crossdev/crossdev-99999999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index 724d297db4a2..73d9c4690063 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 if [[ ${PV} == "99999999" ]] ; then inherit git-r3 EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" else SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" + https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" fi @@ -28,6 +28,7 @@ DEPEND="app-arch/xz-utils" src_install() { default + if [[ "${PV}" == "99999999" ]] ; then sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die fi |