diff options
author | Martin Holzer <mholzer@gentoo.org> | 2005-02-28 21:49:26 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2005-02-28 21:49:26 +0000 |
commit | c7597fcdec476584ce1a885494b8e062450a0350 (patch) | |
tree | 3eaf66922c20a93af50a367424c86fa9ce282561 /net-misc/bidwatcher/bidwatcher-1.3.17.ebuild | |
parent | Add lirc USE flag to IUSE, it was missing (diff) | |
download | gentoo-2-c7597fcdec476584ce1a885494b8e062450a0350.tar.gz gentoo-2-c7597fcdec476584ce1a885494b8e062450a0350.tar.bz2 gentoo-2-c7597fcdec476584ce1a885494b8e062450a0350.zip |
Adding curl to depend. closes 83381
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-misc/bidwatcher/bidwatcher-1.3.17.ebuild')
-rw-r--r-- | net-misc/bidwatcher/bidwatcher-1.3.17.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/bidwatcher/bidwatcher-1.3.17.ebuild b/net-misc/bidwatcher/bidwatcher-1.3.17.ebuild index 6011f33c9420..960f26358728 100644 --- a/net-misc/bidwatcher/bidwatcher-1.3.17.ebuild +++ b/net-misc/bidwatcher/bidwatcher-1.3.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/bidwatcher/bidwatcher-1.3.17.ebuild,v 1.1 2005/02/20 09:24:08 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/bidwatcher/bidwatcher-1.3.17.ebuild,v 1.2 2005/02/28 21:49:26 mholzer Exp $ MY_P=${P/_rc/-rc} @@ -15,7 +15,8 @@ IUSE="" DEPEND="virtual/libc =x11-libs/gtk+-1.2* - =dev-libs/glib-1.2*" + =dev-libs/glib-1.2* + >=net-misc/curl-7.11.1" S="${WORKDIR}/${MY_P}" |