diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2011-03-28 04:37:13 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2011-03-28 04:37:13 +0000 |
commit | be9da052f94fec1a3e7d45a11bfbd04af1e5316b (patch) | |
tree | c89474186fd53656db03b8323fd4aa9678f8046c /net-libs/libasyncns/libasyncns-0.8.ebuild | |
parent | Fix deps more (diff) | |
download | gentoo-2-be9da052f94fec1a3e7d45a11bfbd04af1e5316b.tar.gz gentoo-2-be9da052f94fec1a3e7d45a11bfbd04af1e5316b.tar.bz2 gentoo-2-be9da052f94fec1a3e7d45a11bfbd04af1e5316b.zip |
Fix libdir in pkg-config file. Prevents bogus libtool warnings while building clients of this library.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libasyncns/libasyncns-0.8.ebuild')
-rw-r--r-- | net-libs/libasyncns/libasyncns-0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libasyncns/libasyncns-0.8.ebuild b/net-libs/libasyncns/libasyncns-0.8.ebuild index 7eb13dd78101..866d51f0411d 100644 --- a/net-libs/libasyncns/libasyncns-0.8.ebuild +++ b/net-libs/libasyncns/libasyncns-0.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8.ebuild,v 1.1 2010/06/01 20:43:06 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8.ebuild,v 1.2 2011/03/28 04:37:12 ford_prefect Exp $ EAPI=3 -inherit libtool flag-o-matic +inherit eutils libtool flag-o-matic DESCRIPTION="C library for executing name service queries asynchronously." HOMEPAGE="http://0pointer.de/lennart/projects/libasyncns/" |