diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-10-15 02:40:17 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-10-15 02:40:17 +0000 |
commit | 61540238337f3dc0d306b03fd22de683f3797d77 (patch) | |
tree | d95d22ae98d2e625de61b4a8aa6ca2051e1c3d49 /sys-auth | |
parent | stable arm, bug #432284 (diff) | |
download | gentoo-2-61540238337f3dc0d306b03fd22de683f3797d77.tar.gz gentoo-2-61540238337f3dc0d306b03fd22de683f3797d77.tar.bz2 gentoo-2-61540238337f3dc0d306b03fd22de683f3797d77.zip |
Set QA_MULTILIB_PATHS for bug #424423.
(Portage version: 2.2.0_alpha138/cvs/Linux i686, signed Manifest commit with key 0xAE5719A3)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.107-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index fae742e4c54d..dbb556c20dee 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.106 2012/10/09 22:14:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.107 2012/10/15 02:40:17 zmedico Exp $ + + 15 Oct 2012; Zac Medico <zmedico@gentoo.org> polkit-0.107-r1.ebuild: + Set QA_MULTILIB_PATHS for bug #424423. 09 Oct 2012; Jeroen Roovers <jer@gentoo.org> polkit-0.107-r1.ebuild: Marked ~hppa (bug #436668). @@ -404,4 +407,3 @@ +files/polkit-0.93-fix-daemon-name.patch, +polkit-0.94.ebuild, +metadata.xml: Initial ebuild for GNOME 2.28. - diff --git a/sys-auth/polkit/polkit-0.107-r1.ebuild b/sys-auth/polkit/polkit-0.107-r1.ebuild index bc14d50842eb..a225187343da 100644 --- a/sys-auth/polkit/polkit-0.107-r1.ebuild +++ b/sys-auth/polkit/polkit-0.107-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.107-r1.ebuild,v 1.4 2012/10/09 22:14:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.107-r1.ebuild,v 1.5 2012/10/15 02:40:17 zmedico Exp $ EAPI=4 inherit eutils multilib pam pax-utils systemd user @@ -42,6 +42,10 @@ PDEPEND=" ) !systemd? ( >=sys-auth/consolekit-0.4.5_p2012[policykit] )" +QA_MULTILIB_PATHS=" + usr/lib/polkit-1/polkit-agent-helper-1 + usr/lib/polkit-1/polkitd" + pkg_setup() { local u=polkitd local g=polkitd |