diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-26 20:02:49 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-26 20:02:49 +0000 |
commit | 209cf74e83d83e7985b59d05b61ce57a42540cec (patch) | |
tree | e6ccc06cf94b79ce9142f076a3fa56b9e0e7c1d7 /sys-auth | |
parent | Stable on alpha, bug #349563 (diff) | |
download | gentoo-2-209cf74e83d83e7985b59d05b61ce57a42540cec.tar.gz gentoo-2-209cf74e83d83e7985b59d05b61ce57a42540cec.tar.bz2 gentoo-2-209cf74e83d83e7985b59d05b61ce57a42540cec.zip |
Added blockers for >=polkit-qt-0.99 and polkit-kde-agent (bug 352970)
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-kde/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-auth/polkit-kde/ChangeLog b/sys-auth/polkit-kde/ChangeLog index 9cf44ef5cf9f..61cc06878f26 100644 --- a/sys-auth/polkit-kde/ChangeLog +++ b/sys-auth/polkit-kde/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit-kde # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.12 2011/01/30 18:37:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.13 2011/02/26 20:02:49 dilfridge Exp $ + + 26 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org> + polkit-kde-0.95.1-r1.ebuild: + Added blockers for >=polkit-qt-0.99 and polkit-kde-agent (bug 352970) 30 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> polkit-kde-0.95.1-r1.ebuild: diff --git a/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild b/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild index 95c0bcb04a04..7e222f0031c4 100644 --- a/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild +++ b/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild,v 1.7 2011/01/30 18:37:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild,v 1.8 2011/02/26 20:02:49 dilfridge Exp $ EAPI=3 @@ -24,6 +24,8 @@ IUSE="debug" DEPEND=" >=sys-auth/polkit-qt-0.95.1 + !>=sys-auth/polkit-qt-0.99 + !sys-auth/polkit-kde-agent " RDEPEND="${DEPEND}" |