diff options
Diffstat (limited to 'www-apps/tikiwiki/tikiwiki-2.0.ebuild')
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/tikiwiki/tikiwiki-2.0.ebuild b/www-apps/tikiwiki/tikiwiki-2.0.ebuild index d50b2dbb8248..8b15595df55c 100644 --- a/www-apps/tikiwiki/tikiwiki-2.0.ebuild +++ b/www-apps/tikiwiki/tikiwiki-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-2.0.ebuild,v 1.1 2008/09/07 17:30:37 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-2.0.ebuild,v 1.2 2008/09/19 18:46:02 dertobi123 Exp $ inherit webapp depend.php @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" IUSE="mysql postgres graphviz" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc ~sparc ~x86" RDEPEND="graphviz? ( media-gfx/graphviz )" |