diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-12-27 20:12:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-12-27 20:12:49 +0000 |
commit | 12440c0960ccd1ca673033ed546ef217d79651f3 (patch) | |
tree | d5ea8be949590e8f487cf53c69de13924f3fb9fc /sys-auth | |
parent | New package: app-antivirus/clamav-unofficial-sigs, to download and install th... (diff) | |
download | gentoo-2-12440c0960ccd1ca673033ed546ef217d79651f3.tar.gz gentoo-2-12440c0960ccd1ca673033ed546ef217d79651f3.tar.bz2 gentoo-2-12440c0960ccd1ca673033ed546ef217d79651f3.zip |
Because sometimes portage is stupid
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.112-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 0e516192b111..46d6a40b21d5 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.161 2013/12/24 13:58:53 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.162 2013/12/27 20:12:49 blueness Exp $ + + 27 Dec 2013; Anthony G. Basile <blueness@gentoo.org> polkit-0.112-r1.ebuild: + Because sometimes portage is stupid 24 Dec 2013; Anthony G. Basile <blueness@gentoo.org> polkit-0.112-r1.ebuild: Fix dependence on spidermonkey for mips, bug #495168 diff --git a/sys-auth/polkit/polkit-0.112-r1.ebuild b/sys-auth/polkit/polkit-0.112-r1.ebuild index 9c38bdfbd9fe..e093449542fc 100644 --- a/sys-auth/polkit/polkit-0.112-r1.ebuild +++ b/sys-auth/polkit/polkit-0.112-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 1.2 2013/12/24 13:58:53 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 1.3 2013/12/27 20:12:49 blueness Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -16,7 +16,7 @@ IUSE="examples gtk +introspection kde nls pam selinux systemd" RDEPEND="ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) mips? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) - !ia64? ( dev-lang/spidermonkey:17[-debug] ) + !ia64? ( !mips? ( dev-lang/spidermonkey:17[-debug] ) ) >=dev-libs/glib-2.32 >=dev-libs/expat-2:= introspection? ( >=dev-libs/gobject-introspection-1 ) |