diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-09-19 18:46:02 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-09-19 18:46:02 +0000 |
commit | 3718bfb22331f482d4796fb89f7a9589478b5364 (patch) | |
tree | 9a0eaf2f32f8377b3b39e1de110abb047086f6f5 /www-apps/tikiwiki | |
parent | ppc stable, bug #231285 (diff) | |
download | gentoo-2-3718bfb22331f482d4796fb89f7a9589478b5364.tar.gz gentoo-2-3718bfb22331f482d4796fb89f7a9589478b5364.tar.bz2 gentoo-2-3718bfb22331f482d4796fb89f7a9589478b5364.zip |
ppc stable, bug #213320
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'www-apps/tikiwiki')
-rw-r--r-- | www-apps/tikiwiki/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog index e339cde4b6de..490cbce8708f 100644 --- a/www-apps/tikiwiki/ChangeLog +++ b/www-apps/tikiwiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/tikiwiki # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.59 2008/09/07 17:30:37 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.60 2008/09/19 18:46:02 dertobi123 Exp $ + + 19 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org> tikiwiki-2.0.ebuild: + ppc stable, bug #213320 *tikiwiki-2.0 (07 Sep 2008) 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 )" |