diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 04:24:37 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 04:24:37 +0000 |
commit | cd8b16e1008e02ed0f1a165242ae1d98344bc341 (patch) | |
tree | d777e6e831fb0c8f07ab4e878644b6ea6bdaeffd /net-nds/lat | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-cd8b16e1008e02ed0f1a165242ae1d98344bc341.tar.gz gentoo-2-cd8b16e1008e02ed0f1a165242ae1d98344bc341.tar.bz2 gentoo-2-cd8b16e1008e02ed0f1a165242ae1d98344bc341.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'net-nds/lat')
-rw-r--r-- | net-nds/lat/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/lat/lat-1.2.2.ebuild | 6 | ||||
-rw-r--r-- | net-nds/lat/lat-1.2.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-nds/lat/ChangeLog b/net-nds/lat/ChangeLog index 2043cfb838e6..19f765c7fefa 100644 --- a/net-nds/lat/ChangeLog +++ b/net-nds/lat/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2012/03/20 10:42:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v 1.11 2012/05/03 04:24:36 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> lat-1.2.2.ebuild, + lat-1.2.3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 20 Mar 2012; Pacho Ramos <pacho@gentoo.org> lat-1.2.3.ebuild: Fix dep on avahi[mono] (#348068 by Jens Pranaitis), and tests (#295889). diff --git a/net-nds/lat/lat-1.2.2.ebuild b/net-nds/lat/lat-1.2.2.ebuild index 39f236df0fb2..d2f8030600ab 100644 --- a/net-nds/lat/lat-1.2.2.ebuild +++ b/net-nds/lat/lat-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.2.ebuild,v 1.2 2010/01/09 16:57:41 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.2.ebuild,v 1.3 2012/05/03 04:24:36 jdhore Exp $ inherit gnome2 mono versionator @@ -23,7 +23,7 @@ RDEPEND=">=dev-lang/mono-1.1.13 avahi? ( net-dns/avahi )" DEPEND="${RDEPEND} app-text/scrollkeeper - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { econf \ diff --git a/net-nds/lat/lat-1.2.3.ebuild b/net-nds/lat/lat-1.2.3.ebuild index 81ac5e8689e8..e53c23a88bbe 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 # 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.5 2012/03/20 10:42:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.3.ebuild,v 1.6 2012/05/03 04:24:36 jdhore Exp $ EAPI=4 GCONF_DEBUG=no @@ -26,7 +26,7 @@ RDEPEND=">=dev-lang/mono-1.1.13 avahi? ( net-dns/avahi[mono] )" DEPEND="${RDEPEND} app-text/scrollkeeper - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # Fix tests, bug #295889 |