diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-30 08:50:51 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-30 08:50:51 +0000 |
commit | b008f8eccf16f8ea13e8dba77fa15abb5c013bae (patch) | |
tree | c6f00cec35b662cd8bbdf3da4b7bd2af72fe16b6 /www-apps/bugzilla/bugzilla-2.22.7.ebuild | |
parent | add ~x86, bug 284473 (diff) | |
download | gentoo-2-b008f8eccf16f8ea13e8dba77fa15abb5c013bae.tar.gz gentoo-2-b008f8eccf16f8ea13e8dba77fa15abb5c013bae.tar.bz2 gentoo-2-b008f8eccf16f8ea13e8dba77fa15abb5c013bae.zip |
stable x86, security bug 258592
(Portage version: 2.1.6.13/cvs/Linux i686)
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 31a6ce0530a8..5cee61c5fbeb 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.2 2009/09/28 17:56:23 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.7.ebuild,v 1.3 2009/09/30 08:50:51 fauli 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" |