summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-06-24 13:15:46 +0000
committerPacho Ramos <pacho@gentoo.org>2014-06-24 13:15:46 +0000
commitc411dd7de13b5d4403b49e4de22e6d627fd99cf8 (patch)
treebd5c7022d8aae2cd2b4eea8c01f790b116dc525c /net-nds
parentModernize python bindings build setup, fixing prefix issues (bug #514900, tha... (diff)
downloadgentoo-2-c411dd7de13b5d4403b49e4de22e6d627fd99cf8.tar.gz
gentoo-2-c411dd7de13b5d4403b49e4de22e6d627fd99cf8.tar.bz2
gentoo-2-c411dd7de13b5d4403b49e4de22e6d627fd99cf8.zip
Fix dependencies, bug #514824
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/lat/ChangeLog7
-rw-r--r--net-nds/lat/lat-1.2.3.ebuild12
2 files changed, 12 insertions, 7 deletions
diff --git a/net-nds/lat/ChangeLog b/net-nds/lat/ChangeLog
index 4c9bceff5ab9..e5fd0ede44de 100644
--- a/net-nds/lat/ChangeLog
+++ b/net-nds/lat/ChangeLog
@@ -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 <pacho@gentoo.org> lat-1.2.3.ebuild:
+ Fix dependencies, bug #514824
17 Oct 2012; Michael Palimaka <kensington@gentoo.org> -lat-1.2.2.ebuild:
Remove old.
diff --git a/net-nds/lat/lat-1.2.3.ebuild b/net-nds/lat/lat-1.2.3.ebuild
index 99058156c2a4..cce4116b8603 100644
--- a/net-nds/lat/lat-1.2.3.ebuild
+++ b/net-nds/lat/lat-1.2.3.ebuild
@@ -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 @@ LICENSE="GPL-2"
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"