diff options
author | 2010-02-21 22:16:48 +0000 | |
---|---|---|
committer | 2010-02-21 22:16:48 +0000 | |
commit | 5510f0f8321ac0a9cb111455f67551391eab2a1e (patch) | |
tree | 4806bcfeb8b228fb9b31726fe6a5a42a22361b5e /www-apps/bugzilla/bugzilla-3.0.11.ebuild | |
parent | stable x86, security bug 298039 (diff) | |
download | gentoo-2-5510f0f8321ac0a9cb111455f67551391eab2a1e.tar.gz gentoo-2-5510f0f8321ac0a9cb111455f67551391eab2a1e.tar.bz2 gentoo-2-5510f0f8321ac0a9cb111455f67551391eab2a1e.zip |
stable x86, security bug 303725
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'www-apps/bugzilla/bugzilla-3.0.11.ebuild')
-rw-r--r-- | www-apps/bugzilla/bugzilla-3.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-3.0.11.ebuild b/www-apps/bugzilla/bugzilla-3.0.11.ebuild index d387b0537919..2808c551ad9c 100644 --- a/www-apps/bugzilla/bugzilla-3.0.11.ebuild +++ b/www-apps/bugzilla/bugzilla-3.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-3.0.11.ebuild,v 1.1 2010/02/18 07:54:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-3.0.11.ebuild,v 1.2 2010/02/21 22:16:48 fauli Exp $ EAPI="2" @@ -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 NPL-1.1" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="modperl extras graphviz mysql postgres" |