blob: f61b98983c64fc16576260e3595e6371993f76bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-webmail/horde-webmail-1.0.1.ebuild,v 1.1 2007/07/26 05:07:47 vapier Exp $
HORDE_PN=${PN}
inherit horde
DESCRIPTION="browser based communication suite"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
DEPEND=""
RDEPEND=">=www-apps/horde-3"
|