From c6369fda0f73a52c7bec266823896cd68e36387c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 6 Apr 2004 03:13:14 +0000 Subject: inherit flag-o-matic --- net-irc/ctrlproxy/ctrlproxy-2.6.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'net-irc/ctrlproxy/ctrlproxy-2.6.ebuild') diff --git a/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild index 41b194d4ebbf..dc8f3a0c322a 100644 --- a/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild,v 1.1 2004/01/08 19:15:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild,v 1.2 2004/04/06 03:11:38 vapier Exp $ -IUSE="ssl" +inherit flag-o-matic DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://jelmer.vernstok.nl/${PN}/" SRC_URI="http://jelmer.vernstok.nl/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~x86" -IUSE="" -DEPEND=" - >=dev-libs/glib-2 +KEYWORDS="x86 alpha" +IUSE="ssl" + +DEPEND=">=dev-libs/glib-2 dev-libs/popt dev-libs/libxml2 dev-libs/tdb -- cgit v1.2.3-65-gdbad