Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650816
Collapse All | Expand All

(-)a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2018 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
3
4
EAPI=6
4
EAPI=6
Lines 47-53 pkg_setup() { Link Here
47
}
47
}
48
48
49
src_unpack() {
49
src_unpack() {
50
	tar xjf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
50
	tar xojf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
51
}
51
}
52
52
53
src_prepare() {
53
src_prepare() {
(-)a/dev-util/boost-build/boost-build-1.63.0.ebuild (-1 / +1 lines)
Lines 47-53 pkg_setup() { Link Here
47
}
47
}
48
48
49
src_unpack() {
49
src_unpack() {
50
	tar xjf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
50
	tar xojf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
51
}
51
}
52
52
53
src_prepare() {
53
src_prepare() {
(-)a/dev-util/boost-build/boost-build-1.65.0.ebuild (-1 / +1 lines)
Lines 47-53 pkg_setup() { Link Here
47
}
47
}
48
48
49
src_unpack() {
49
src_unpack() {
50
	tar xjf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
50
	tar xojf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
51
}
51
}
52
52
53
src_prepare() {
53
src_prepare() {
(-)a/dev-util/boost-build/boost-build-1.66.0.ebuild (-2 / +1 lines)
Lines 48-54 pkg_setup() { Link Here
48
}
48
}
49
49
50
src_unpack() {
50
src_unpack() {
51
	tar xjf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
51
	tar xojf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
52
}
52
}
53
53
54
src_prepare() {
54
src_prepare() {
55
- 

Return to bug 650816