diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-10 13:00:02 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-10 13:00:02 +0000 |
commit | 57a683f9b267707f5cb8d106ce9c0ec60669e28e (patch) | |
tree | dc1f044c05bbd32d7a4c90c6e51decce3b3eee9c /net-p2p | |
parent | Drop old (diff) | |
download | gentoo-2-57a683f9b267707f5cb8d106ce9c0ec60669e28e.tar.gz gentoo-2-57a683f9b267707f5cb8d106ce9c0ec60669e28e.tar.bz2 gentoo-2-57a683f9b267707f5cb8d106ce9c0ec60669e28e.zip |
fix pkgconfig dep, bug 152463
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/giftcurs/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/giftcurs/giftcurs-0.6.2.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/giftcurs/ChangeLog b/net-p2p/giftcurs/ChangeLog index 052da8ce94fa..51d410f64754 100644 --- a/net-p2p/giftcurs/ChangeLog +++ b/net-p2p/giftcurs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/giftcurs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.36 2007/01/10 12:58:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.37 2007/01/10 13:00:02 armin76 Exp $ + + 10 Jan 2007; Raúl Porcel <armin76@gentoo.org> giftcurs-0.6.2.ebuild: + fix pkgconfig dep, bug 152463 10 Jan 2007; Raúl Porcel <armin76@gentoo.org> -giftcurs-0.5.5.ebuild, -giftcurs-0.5.7.ebuild, -giftcurs-0.6.1-r1.ebuild: diff --git a/net-p2p/giftcurs/giftcurs-0.6.2.ebuild b/net-p2p/giftcurs/giftcurs-0.6.2.ebuild index ccf79eb440ed..525531998fa9 100644 --- a/net-p2p/giftcurs/giftcurs-0.6.2.ebuild +++ b/net-p2p/giftcurs/giftcurs-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.6.2.ebuild,v 1.11 2006/09/11 20:56:20 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.6.2.ebuild,v 1.12 2007/01/10 13:00:02 armin76 Exp $ MY_P="giFTcurs-${PV}" S="${WORKDIR}/${MY_P}" @@ -14,7 +14,8 @@ KEYWORDS="alpha amd64 ~ppc sparc x86 ~x86-fbsd" DEPEND="virtual/libc >=sys-libs/ncurses-5.2 - >=dev-libs/glib-2.0" + >=dev-libs/glib-2.0 + dev-util/pkgconfig" src_compile() { local myconf="" |