diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-08 00:12:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-08 00:12:06 +0000 |
commit | 8df7696896ae7dd6c138f94fa34230f32e268efc (patch) | |
tree | e91d6aca82f7a99bcb42d540c1b7becfec8c28f9 /sys-auth | |
parent | Version bump. (diff) | |
download | gentoo-2-8df7696896ae7dd6c138f94fa34230f32e268efc.tar.gz gentoo-2-8df7696896ae7dd6c138f94fa34230f32e268efc.tar.bz2 gentoo-2-8df7696896ae7dd6c138f94fa34230f32e268efc.zip |
whitespace, useless emptyline
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/polkit-0.106.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-auth/polkit/polkit-0.106.ebuild b/sys-auth/polkit/polkit-0.106.ebuild index db0105bd7227..1b564bffbe00 100644 --- a/sys-auth/polkit/polkit-0.106.ebuild +++ b/sys-auth/polkit/polkit-0.106.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.106.ebuild,v 1.1 2012/06/08 00:11:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106.ebuild,v 1.2 2012/06/08 00:12:06 ssuominen Exp $ EAPI=4 inherit eutils user pam systemd @@ -32,7 +32,7 @@ PDEPEND=" ) ) kde? ( || ( sys-auth/polkit-kde-agent - sys-auth/polkit-kde + sys-auth/polkit-kde ) ) !systemd? ( >=sys-auth/consolekit-0.4.5_p2012[policykit] @@ -82,4 +82,3 @@ src_install() { doins src/examples/{*.c,*.policy*} fi } - |