diff options
author | 2008-06-06 06:04:26 +0000 | |
---|---|---|
committer | 2008-06-06 06:04:26 +0000 | |
commit | bbaf64d5bb6d1439dcc37b34139ec1e0dc963072 (patch) | |
tree | 6cb5bb0864aaf75ac7ee552173664fba7496aef7 /www-apps/phpwebsite | |
parent | Added ~ppc64; bug #225057 (diff) | |
download | gentoo-2-bbaf64d5bb6d1439dcc37b34139ec1e0dc963072.tar.gz gentoo-2-bbaf64d5bb6d1439dcc37b34139ec1e0dc963072.tar.bz2 gentoo-2-bbaf64d5bb6d1439dcc37b34139ec1e0dc963072.zip |
Added ~ppc64; bug #225059
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index f0592d56f45d..4a3c2d994a3a 100644 --- a/www-apps/phpwebsite/ChangeLog +++ b/www-apps/phpwebsite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/phpwebsite -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.60 2007/06/02 05:33:52 rl03 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.61 2008/06/06 06:04:26 corsair Exp $ + + 06 Jun 2008; Markus Rothe <corsair@gentoo.org> phpwebsite-1.2.0.ebuild: + Added ~ppc64; bug #225059 *phpwebsite-1.2.0 (02 Jun 2007) diff --git a/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild b/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild index 904f180bc877..586df3cc08e0 100644 --- a/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild +++ b/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild,v 1.1 2007/06/02 05:33:52 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild,v 1.2 2008/06/06 06:04:26 corsair Exp $ inherit webapp depend.php @@ -10,7 +10,7 @@ HOMEPAGE="http://phpwebsite.appstate.edu" SRC_URI="http://phpwebsite.appstate.edu/downloads/stable/full/1.x.x/${PN}_${MY_PV}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~ppc ~ppc64 ~sparc ~x86" IUSE="" S="${WORKDIR}"/${PN}_${MY_PV} |