diff options
Diffstat (limited to 'net-misc/netgo/netgo-0.5.ebuild')
-rw-r--r-- | net-misc/netgo/netgo-0.5.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/netgo/netgo-0.5.ebuild b/net-misc/netgo/netgo-0.5.ebuild index a0f79562c74a..52d16913b277 100644 --- a/net-misc/netgo/netgo-0.5.ebuild +++ b/net-misc/netgo/netgo-0.5.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netgo/netgo-0.5.ebuild,v 1.2 2005/07/07 05:13:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netgo/netgo-0.5.ebuild,v 1.3 2006/01/07 18:48:35 carlo Exp $ inherit eutils kde -need-qt 3 DESCRIPTION="A networking tool for changing network settings fast" HOMEPAGE="http://netgo.hjolug.org" @@ -15,8 +14,8 @@ KEYWORDS="~x86 ~amd64 ~ppc" SRC_URI="http://netgo.hjolug.org/files/v${PV}/${P}.tar.gz" -DEPEND="=x11-libs/qt-3* - sys-apps/net-tools" +DEPEND="sys-apps/net-tools" +need-qt 3 src_install() { einstall INSTALL_ROOT=${D} || die "installation failed" |