diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-05-14 17:28:42 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-05-14 17:28:42 +0000 |
commit | a855751579affdc336a464494bb9b44ce10a7231 (patch) | |
tree | 220367ff75c3a1de967aef81188b9b5678e29055 /sys-auth/polkit | |
parent | Version bump with build fix (diff) | |
download | gentoo-2-a855751579affdc336a464494bb9b44ce10a7231.tar.gz gentoo-2-a855751579affdc336a464494bb9b44ce10a7231.tar.bz2 gentoo-2-a855751579affdc336a464494bb9b44ce10a7231.zip |
Add missing dtd to DEPEND, bug #355505.
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/polkit')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.101-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 4374077584e5..f75640f780da 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.48 2011/04/30 17:48:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.49 2011/05/14 17:28:42 eva Exp $ + + 14 May 2011; Gilles Dartiguelongue <eva@gentoo.org> polkit-0.101-r1.ebuild: + Add missing dtd to DEPEND, bug #355505. 30 Apr 2011; Raúl Porcel <armin76@gentoo.org> polkit-0.101-r1.ebuild: alpha/arm/ia64/sh/sparc stable wrt #364973 diff --git a/sys-auth/polkit/polkit-0.101-r1.ebuild b/sys-auth/polkit/polkit-0.101-r1.ebuild index 60cb4bf9f289..c7d3c1b3b791 100644 --- a/sys-auth/polkit/polkit-0.101-r1.ebuild +++ b/sys-auth/polkit/polkit-0.101-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/polkit-0.101-r1.ebuild,v 1.6 2011/04/30 17:48:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.101-r1.ebuild,v 1.7 2011/05/14 17:28:42 eva Exp $ EAPI=3 inherit eutils pam @@ -22,6 +22,7 @@ RDEPEND=">=dev-libs/glib-2.28 DEPEND="${RDEPEND} !!sys-auth/policykit dev-libs/libxslt + app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xsl-stylesheets dev-util/pkgconfig >=dev-util/intltool-0.36 |