diff options
author | 2005-02-28 22:01:26 +0000 | |
---|---|---|
committer | 2005-02-28 22:01:26 +0000 | |
commit | 6e14ec07930fc2b93f63b3fe1d772de4f8a3d12a (patch) | |
tree | 358c6f74a70e9b9697e7742bcbfcf4f85e645b97 /www-apps/phpwebsite | |
parent | Got rid of incorrect pic USE flag usage. (diff) | |
download | gentoo-2-6e14ec07930fc2b93f63b3fe1d772de4f8a3d12a.tar.gz gentoo-2-6e14ec07930fc2b93f63b3fe1d772de4f8a3d12a.tar.bz2 gentoo-2-6e14ec07930fc2b93f63b3fe1d772de4f8a3d12a.zip |
Stable on ppc.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index 1ebea8f8f086..58d949626923 100644 --- a/www-apps/phpwebsite/ChangeLog +++ b/www-apps/phpwebsite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/phpwebsite # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.19 2005/02/28 16:06:08 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.20 2005/02/28 22:01:26 hansmi Exp $ + + 28 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> + phpwebsite-0.10.0-r2.ebuild: + Stable on ppc, bug 83297. *phpwebsite-0.10.0-r2 (28 Feb 2005) diff --git a/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild index 97b94c69ab7f..8e689973d2d3 100644 --- a/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild,v 1.1 2005/02/28 16:06:08 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild,v 1.2 2005/02/28 22:01:26 hansmi Exp $ inherit webapp @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-full.tar.gz http://phpwebsite.appstate.edu/downloads/security/phpws_image_secure_patch.tgz http://phpwebsite.appstate.edu/downloads/security/phpws_files_security_patch3.tgz" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ppc ~sparc ~alpha" IUSE="" RDEPEND="virtual/httpd-php >=dev-db/mysql-3.23.23" |