diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-18 19:12:46 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-15 15:33:20 +0100 |
commit | 6991c2a4783cd454dd62de04e5bc04b3b9e43249 (patch) | |
tree | 32aa91569ecc8fb9e8b6cfeb5a2896b087133335 /dev-util/boost-build/boost-build-1.65.0.ebuild | |
parent | profiles: Cleanup obsolete corosync use mask (diff) | |
download | gentoo-6991c2a4783cd454dd62de04e5bc04b3b9e43249.tar.gz gentoo-6991c2a4783cd454dd62de04e5bc04b3b9e43249.tar.bz2 gentoo-6991c2a4783cd454dd62de04e5bc04b3b9e43249.zip |
dev-util/boost-build: set -o (--no-same-owner) when unpacking
Similar to https://bugs.gentoo.org/645182 this change allows
unpacking/installing boost-build in unprivileged containers
where all users are mapped to uid=0.
Closes: https://bugs.gentoo.org/650816
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-util/boost-build/boost-build-1.65.0.ebuild')
-rw-r--r-- | dev-util/boost-build/boost-build-1.65.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/boost-build/boost-build-1.65.0.ebuild b/dev-util/boost-build/boost-build-1.65.0.ebuild index c89c7e048e81..fb56a57e3cef 100644 --- a/dev-util/boost-build/boost-build-1.65.0.ebuild +++ b/dev-util/boost-build/boost-build-1.65.0.ebuild @@ -47,7 +47,7 @@ pkg_setup() { } src_unpack() { - tar xjf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed" + tar xojf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed" } src_prepare() { |