diff options
author | Chuck Short <zul@gentoo.org> | 2004-03-19 12:54:25 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-03-19 12:54:25 +0000 |
commit | 355eecb8b29875f786190460fc22f020d6c25e33 (patch) | |
tree | b6491ae7ce5cd9d784773baf29733afd51f187ed /net-irc/vyqchat/vyqchat-0.1.1.ebuild | |
parent | fix depend (Manifest recommit) (diff) | |
download | gentoo-2-355eecb8b29875f786190460fc22f020d6c25e33.tar.gz gentoo-2-355eecb8b29875f786190460fc22f020d6c25e33.tar.bz2 gentoo-2-355eecb8b29875f786190460fc22f020d6c25e33.zip |
Fixed header, fix bad depend.
Diffstat (limited to 'net-irc/vyqchat/vyqchat-0.1.1.ebuild')
-rw-r--r-- | net-irc/vyqchat/vyqchat-0.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/vyqchat/vyqchat-0.1.1.ebuild b/net-irc/vyqchat/vyqchat-0.1.1.ebuild index 645359d6dea9..93f829ce9244 100644 --- a/net-irc/vyqchat/vyqchat-0.1.1.ebuild +++ b/net-irc/vyqchat/vyqchat-0.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/vyqchat/vyqchat-0.1.1.ebuild,v 1.3 2003/12/28 20:32:03 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/vyqchat/vyqchat-0.1.1.ebuild,v 1.4 2004/03/19 12:54:25 zul Exp $ DESCRIPTION="QT based Vypress Chat clone for X." HOMEPAGE="http://linux.bydg.org/~yogin/" @@ -11,7 +11,7 @@ KEYWORDS="x86" IUSE="arts" -DEPEND=">=qt-3.0 +DEPEND=">=xll-libs/qt-3.0 arts? ( kde-base/arts )" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} |