diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-07-08 01:47:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-07-08 01:47:16 +0000 |
commit | c1a6384b2df2ec75cb4ffcc021f7ecd6ce0cee9f (patch) | |
tree | b768d8ecd3a54920e7bf02a65d1c901c090d302b /net-irc/ctrlproxy/ctrlproxy-2.2.ebuild | |
parent | license for POMPOM (diff) | |
download | gentoo-2-c1a6384b2df2ec75cb4ffcc021f7ecd6ce0cee9f.tar.gz gentoo-2-c1a6384b2df2ec75cb4ffcc021f7ecd6ce0cee9f.tar.bz2 gentoo-2-c1a6384b2df2ec75cb4ffcc021f7ecd6ce0cee9f.zip |
forgotten commit to fix bug 20934
Diffstat (limited to 'net-irc/ctrlproxy/ctrlproxy-2.2.ebuild')
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild index f0d965efd8c4..af559a0a89ff 100644 --- a/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild,v 1.2 2003/04/16 15:57:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild,v 1.3 2003/07/08 01:47:09 agriffis Exp $ MY_P="${PN}_2.2-2" DESCRIPTION="IRC proxy with multiserver and multiclient support" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~x86" IUSE="" -DEPEND="" +DEPEND=">=dev-libs/glib-2" S=${WORKDIR}/${PN} |