diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-23 13:05:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-23 13:05:17 +0000 |
commit | a242f6996ef9b2978a8256a899d9131119440002 (patch) | |
tree | d5b1b39e3fe61bfca9290c14d921fefb0f503029 /net-p2p/zuul/zuul-1.1.2.ebuild | |
parent | Stability in x86 (Manifest recommit) (diff) | |
download | gentoo-2-a242f6996ef9b2978a8256a899d9131119440002.tar.gz gentoo-2-a242f6996ef9b2978a8256a899d9131119440002.tar.bz2 gentoo-2-a242f6996ef9b2978a8256a899d9131119440002.zip |
header fix; sparc needs deps first; move webapp-detect into unpack
Diffstat (limited to 'net-p2p/zuul/zuul-1.1.2.ebuild')
-rw-r--r-- | net-p2p/zuul/zuul-1.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/zuul/zuul-1.1.2.ebuild b/net-p2p/zuul/zuul-1.1.2.ebuild index bb4f6acccbb2..a6ce57cb704e 100644 --- a/net-p2p/zuul/zuul-1.1.2.ebuild +++ b/net-p2p/zuul/zuul-1.1.2.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-p2p/zuul/zuul-1.1.2.ebuild,v 1.1 2003/10/01 13:06:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.1.2.ebuild,v 1.2 2004/02/23 13:05:17 mr_bones_ Exp $ HOSTNAME=`hostname` DESCRIPTION="Zuul is yet another PHP front-end for mldonkey. It will allow full access to all the features of mldonkey including starting/viewing downloads, viewing uploads, viewing servers, and setting all the options." @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zuul/${PN}-${MY_PV}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~alpha" IUSE="" RDEPEND="virtual/php >=net-p2p/mldonkey-2.5" |