Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 499242 | Differences between
and this patch

Collapse All | Expand All

(-)a/lz4-9999.ebuild (-9 / +5 lines)
Lines 1-12 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-9999.ebuild,v 1.8 2013/10/13 12:13:49 ryao Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit cmake-utils multilib
7
inherit cmake-utils multilib
8
8
9
CMAKE_USE_DIR="${S}/cmake"
9
CMAKE_USE_DIR="${S}/cmake_unofficial"
10
10
11
if [ ${PV} == "9999" ] ; then
11
if [ ${PV} == "9999" ] ; then
12
	inherit subversion
12
	inherit subversion
Lines 52-61 Link Here
52
52
53
	rm "${ED}usr/lib"
53
	rm "${ED}usr/lib"
54
54
55
	if [ -f "${ED}usr/bin/lz4c64" ]
55
	doman programs/lz4.1
56
	then
56
	dosym lz4 /usr/bin/lz4c
57
		dosym lz4c64 /usr/bin/lz4c
58
	else
59
		dosym lz4c32 /usr/bin/lz4c
60
	fi
61
}
57
}

Return to bug 499242