diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-01 20:21:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-01 20:21:32 +0000 |
commit | de7cd603a075523dde9942d48cf18eaf2b78b907 (patch) | |
tree | b6ce154091c94d4432291256dfbbf73467457c82 /www-apps/bugzilla/bugzilla-3.6.8.ebuild | |
parent | Version bump to 1.6.7 Bug #158592 (diff) | |
download | historical-de7cd603a075523dde9942d48cf18eaf2b78b907.tar.gz historical-de7cd603a075523dde9942d48cf18eaf2b78b907.tar.bz2 historical-de7cd603a075523dde9942d48cf18eaf2b78b907.zip |
Stable for AMD64/X86, wrt security bug #401809
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'www-apps/bugzilla/bugzilla-3.6.8.ebuild')
-rw-r--r-- | www-apps/bugzilla/bugzilla-3.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-3.6.8.ebuild b/www-apps/bugzilla/bugzilla-3.6.8.ebuild index a5bca6990463..edd36fbb3bae 100644 --- a/www-apps/bugzilla/bugzilla-3.6.8.ebuild +++ b/www-apps/bugzilla/bugzilla-3.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-3.6.8.ebuild,v 1.1 2012/02/01 18:30:55 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-3.6.8.ebuild,v 1.2 2012/02/01 20:21:32 ago Exp $ EAPI="3" @@ -13,7 +13,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz" HOMEPAGE="http://www.bugzilla.org" LICENSE="MPL-1.1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="modperl extras graphviz mysql postgres" |