diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-03-04 20:57:45 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-03-04 20:57:45 +0000 |
commit | 631e7e990daa698f3fb40ebc0c3bb240309ca76c (patch) | |
tree | a3a032e5c6cce4a39db4e08af3005d6470f0d3a1 /www-apps/tikiwiki | |
parent | ppc stable, bug #212170 (diff) | |
download | gentoo-2-631e7e990daa698f3fb40ebc0c3bb240309ca76c.tar.gz gentoo-2-631e7e990daa698f3fb40ebc0c3bb240309ca76c.tar.bz2 gentoo-2-631e7e990daa698f3fb40ebc0c3bb240309ca76c.zip |
ppc stable, bug #212227
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps/tikiwiki')
-rw-r--r-- | www-apps/tikiwiki/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.9.10.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog index c7f2e28988a4..bc22b55e7543 100644 --- a/www-apps/tikiwiki/ChangeLog +++ b/www-apps/tikiwiki/ChangeLog @@ -1,6 +1,10 @@ # 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.56 2008/03/03 21:35:46 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.57 2008/03/04 20:57:45 dertobi123 Exp $ + + 04 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org> + tikiwiki-1.9.10.1.ebuild: + ppc stable, bug #212227 *tikiwiki-1.9.10.1 (03 Mar 2008) diff --git a/www-apps/tikiwiki/tikiwiki-1.9.10.1.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.10.1.ebuild index ecdc79444616..88157dec459e 100644 --- a/www-apps/tikiwiki/tikiwiki-1.9.10.1.ebuild +++ b/www-apps/tikiwiki/tikiwiki-1.9.10.1.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-1.9.10.1.ebuild,v 1.1 2008/03/03 21:35:46 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.10.1.ebuild,v 1.2 2008/03/04 20:57:45 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 )" |