diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-09-03 08:07:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-09-03 08:07:30 +0000 |
commit | cad293c9694a2ac4d44e45fd1c827323dfe53529 (patch) | |
tree | fef7b1bc4c38ed47ae16ecd3deab2a8c85eb72b8 /www-apps/bugzilla/bugzilla-2.22.3.ebuild | |
parent | Added updated bugzilla ebuilds to the tree (see #190112). (diff) | |
download | historical-cad293c9694a2ac4d44e45fd1c827323dfe53529.tar.gz historical-cad293c9694a2ac4d44e45fd1c827323dfe53529.tar.bz2 historical-cad293c9694a2ac4d44e45fd1c827323dfe53529.zip |
Stable on ppc64; bug #190112
Package-Manager: portage-2.1.2.12
Diffstat (limited to 'www-apps/bugzilla/bugzilla-2.22.3.ebuild')
-rw-r--r-- | www-apps/bugzilla/bugzilla-2.22.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-2.22.3.ebuild b/www-apps/bugzilla/bugzilla-2.22.3.ebuild index 144641da2e80..87699b7a46e4 100644 --- a/www-apps/bugzilla/bugzilla-2.22.3.ebuild +++ b/www-apps/bugzilla/bugzilla-2.22.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v 1.1 2007/09/03 07:20:54 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v 1.2 2007/09/03 08:07:30 corsair Exp $ inherit webapp @@ -9,7 +9,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz" HOMEPAGE="http://www.bugzilla.org" LICENSE="MPL-1.1 NPL-1.1" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="extras graphviz mysql postgres" |