diff options
Diffstat (limited to 'gnome-base/gvfs')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.14.2.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.16.4.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.18.3.ebuild | 5 |
4 files changed, 15 insertions, 8 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index 89259490e390..bdd2a718f392 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gvfs -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.231 2013/12/24 16:38:26 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.232 2014/01/22 21:59:54 eva Exp $ + + 22 Jan 2014; Gilles Dartiguelongue <eva@gentoo.org> gvfs-1.14.2.ebuild, + gvfs-1.16.4.ebuild, gvfs-1.18.3.ebuild: + Add missing dependency on XSL dtd, bug #498850. *gvfs-1.18.3 (24 Dec 2013) diff --git a/gnome-base/gvfs/gvfs-1.14.2.ebuild b/gnome-base/gvfs/gvfs-1.14.2.ebuild index f0b8b94a86e6..58d99c6317c1 100644 --- a/gnome-base/gvfs/gvfs-1.14.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.14.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.10 2013/10/17 20:37:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.11 2014/01/22 21:59:54 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -64,6 +64,7 @@ RDEPEND=">=dev-libs/glib-2.33.12:2 virtual/udev[gudev] ) udisks? ( >=sys-fs/udisks-1.97:2 )" DEPEND="${RDEPEND} + app-text/docbook-xsl-stylesheets dev-libs/libxslt >=dev-util/intltool-0.40 virtual/pkgconfig diff --git a/gnome-base/gvfs/gvfs-1.16.4.ebuild b/gnome-base/gvfs/gvfs-1.16.4.ebuild index 90d73f1e7b4e..2cac5ebf3064 100644 --- a/gnome-base/gvfs/gvfs-1.16.4.ebuild +++ b/gnome-base/gvfs/gvfs-1.16.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.4.ebuild,v 1.3 2013/12/08 18:36:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.4.ebuild,v 1.4 2014/01/22 21:59:54 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -55,6 +55,7 @@ RDEPEND=" gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 ) " DEPEND="${RDEPEND} + app-text/docbook-xsl-stylesheets dev-libs/libxslt >=dev-util/intltool-0.40 virtual/pkgconfig diff --git a/gnome-base/gvfs/gvfs-1.18.3.ebuild b/gnome-base/gvfs/gvfs-1.18.3.ebuild index bed9f4e87ffc..fda4a5530688 100644 --- a/gnome-base/gvfs/gvfs-1.18.3.ebuild +++ b/gnome-base/gvfs/gvfs-1.18.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.18.3.ebuild,v 1.1 2013/12/24 16:38:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.18.3.ebuild,v 1.2 2014/01/22 21:59:54 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -59,6 +59,7 @@ RDEPEND=" udisks? ( >=sys-fs/udisks-1.97:2 ) " DEPEND="${RDEPEND} + app-text/docbook-xsl-stylesheets dev-libs/libxslt >=dev-util/intltool-0.40 virtual/pkgconfig |