diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-06 19:47:16 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-06 19:47:16 +0000 |
commit | be95a56aacedb02cdd69d42d26da94e9efda2037 (patch) | |
tree | 283a461a3001b1b34f6b09924d370765b947f747 /www-apps/bugzilla/bugzilla-3.0.ebuild | |
parent | Changed boost dependency to latest official version (diff) | |
download | historical-be95a56aacedb02cdd69d42d26da94e9efda2037.tar.gz historical-be95a56aacedb02cdd69d42d26da94e9efda2037.tar.bz2 historical-be95a56aacedb02cdd69d42d26da94e9efda2037.zip |
Added ~ppc64; bug #165190
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'www-apps/bugzilla/bugzilla-3.0.ebuild')
-rw-r--r-- | www-apps/bugzilla/bugzilla-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-3.0.ebuild b/www-apps/bugzilla/bugzilla-3.0.ebuild index 4ac75e990fc1..16ca8236ddb9 100644 --- a/www-apps/bugzilla/bugzilla-3.0.ebuild +++ b/www-apps/bugzilla/bugzilla-3.0.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-3.0.ebuild,v 1.2 2007/05/28 00:21:43 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-3.0.ebuild,v 1.3 2007/06/06 19:47:16 corsair Exp $ inherit webapp depend.apache versionator eutils @@ -10,7 +10,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="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="modperl extras graphviz mysql postgres linguas_de" |