From 8444180b8b7ec2728d6f7b6cc8a32eda20bee49e Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 6 Nov 2014 10:57:09 +0000 Subject: Don't run pax-mark when variable "m" is empty wrt #485910 by "Nikoli" (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) --- sys-auth/polkit/ChangeLog | 5 ++++- sys-auth/polkit/polkit-0.112-r2.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 5d5781a54001..9205321bc7f2 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.187 2014/11/04 09:22:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.188 2014/11/06 10:57:09 ssuominen Exp $ + + 06 Nov 2014; Samuli Suominen polkit-0.112-r2.ebuild: + Don't run pax-mark when variable "m" is empty wrt #485910 by "Nikoli" 04 Nov 2014; Agostino Sarubbo polkit-0.112-r2.ebuild: Stable for sparc, wrt bug #525252 diff --git a/sys-auth/polkit/polkit-0.112-r2.ebuild b/sys-auth/polkit/polkit-0.112-r2.ebuild index 344eac247518..d86ceac16c25 100644 --- a/sys-auth/polkit/polkit-0.112-r2.ebuild +++ b/sys-auth/polkit/polkit-0.112-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 1.13 2014/11/04 09:22:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 1.14 2014/11/06 10:57:09 ssuominen Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -91,7 +91,7 @@ src_compile() { use hppa && m='mr' use ia64 && m='mr' use mips && m='mr' - pax-mark ${m} ${f} + [ -n "$m" ] && pax-mark ${m} ${f} } src_install() { -- cgit v1.2.3-65-gdbad