pacho 14/06/24 13:15:46 Modified: lat-1.2.3.ebuild ChangeLog Log: Fix dependencies, bug #514824 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.9 net-nds/lat/lat-1.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/lat/lat-1.2.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/lat/lat-1.2.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/lat/lat-1.2.3.ebuild?r1=1.8&r2=1.9 Index: lat-1.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lat-1.2.3.ebuild 17 Oct 2012 03:17:23 -0000 1.8 +++ lat-1.2.3.ebuild 24 Jun 2014 13:15:46 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.3.ebuild,v 1.8 2012/10/17 03:17:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.3.ebuild,v 1.9 2014/06/24 13:15:46 pacho Exp $ EAPI=4 GCONF_DEBUG=no @@ -16,14 +16,16 @@ IUSE="avahi" SLOT="0" -RDEPEND=">=dev-lang/mono-1.1.13 +RDEPEND=" + >=dev-lang/mono-1.1.13 >=dev-dotnet/gtk-sharp-2.8 >=dev-dotnet/gnome-sharp-2.8 >=dev-dotnet/glade-sharp-2.8 >=dev-dotnet/gconf-sharp-2.8 - >=gnome-base/gnome-keyring-0.4 + gnome-base/libgnome-keyring sys-apps/dbus - avahi? ( net-dns/avahi[mono] )" + avahi? ( net-dns/avahi[mono] ) +" DEPEND="${RDEPEND} app-text/scrollkeeper virtual/pkgconfig" 1.15 net-nds/lat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/lat/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/lat/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/lat/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 17 Oct 2012 05:01:27 -0000 1.14 +++ ChangeLog 24 Jun 2014 13:15:46 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for net-nds/lat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v 1.14 2012/10/17 05:01:27 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v 1.15 2014/06/24 13:15:46 pacho Exp $ + + 24 Jun 2014; Pacho Ramos <[email protected]> lat-1.2.3.ebuild: + Fix dependencies, bug #514824 17 Oct 2012; Michael Palimaka <[email protected]> -lat-1.2.2.ebuild: Remove old.
