diff options
author | Brent Baude <ranger@gentoo.org> | 2009-11-17 16:45:02 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-11-17 16:45:02 +0000 |
commit | 6c607b54264bb232af458baa61fd6e2eae7007ff (patch) | |
tree | 0539f8d1be66bd23b8fdddaae1e9d74d49af247a /www-apps/bugzilla/bugzilla-2.22.7.ebuild | |
parent | Do not attempt to rm install-info man page (it is gone and soon the utility i... (diff) | |
download | gentoo-2-6c607b54264bb232af458baa61fd6e2eae7007ff.tar.gz gentoo-2-6c607b54264bb232af458baa61fd6e2eae7007ff.tar.bz2 gentoo-2-6c607b54264bb232af458baa61fd6e2eae7007ff.zip |
Marking 2.27.7, 3.0.8, and 3.2.4 ppc64 for bug 258592
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Diffstat (limited to 'www-apps/bugzilla/bugzilla-2.22.7.ebuild')
-rw-r--r-- | www-apps/bugzilla/bugzilla-2.22.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-2.22.7.ebuild b/www-apps/bugzilla/bugzilla-2.22.7.ebuild index db1897e980a9..080fbf9638ee 100644 --- a/www-apps/bugzilla/bugzilla-2.22.7.ebuild +++ b/www-apps/bugzilla/bugzilla-2.22.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.7.ebuild,v 1.5 2009/10/18 17:09:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.7.ebuild,v 1.6 2009/11/17 16:45:02 ranger Exp $ inherit webapp depend.apache versionator eutils @@ -11,7 +11,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" |