| 1 |
# Copyright 1999-2008 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-1.1.ebuild,v 1.1 2008/01/13 16:11:38 jokey Exp $
|
| 4 |
|
| 5 |
EZC_BASE_MIN="1.4"
|
| 6 |
inherit php-ezc
|
| 7 |
|
| 8 |
DESCRIPTION="This eZ component contains the database backend for the Workflow component."
|
| 9 |
SLOT="0"
|
| 10 |
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
|
| 11 |
IUSE=""
|
| 12 |
|
| 13 |
RDEPEND="${RDEPEND}
|
| 14 |
>=dev-php/ezc-Workflow-1.1
|
| 15 |
>=dev-php/ezc-Database-1.3"
|