diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-21 17:48:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-21 17:48:55 +0000 |
commit | 8cfe2752380e6b3767d1ee3b0da65682fd3e62da (patch) | |
tree | f048183e5c6b15eae8a966bb6a4e4077ae9cecc7 /www-apps/bugzilla | |
parent | version bump (diff) | |
download | gentoo-2-8cfe2752380e6b3767d1ee3b0da65682fd3e62da.tar.gz gentoo-2-8cfe2752380e6b3767d1ee3b0da65682fd3e62da.tar.bz2 gentoo-2-8cfe2752380e6b3767d1ee3b0da65682fd3e62da.zip |
Stable for amd64, wrt bug #488624
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'www-apps/bugzilla')
-rw-r--r-- | www-apps/bugzilla/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/bugzilla/bugzilla-4.2.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/bugzilla/ChangeLog b/www-apps/bugzilla/ChangeLog index f25564775a8a..eb621968a5fb 100644 --- a/www-apps/bugzilla/ChangeLog +++ b/www-apps/bugzilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/bugzilla # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.216 2013/10/21 02:32:30 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.217 2013/10/21 17:48:55 ago Exp $ + + 21 Oct 2013; Agostino Sarubbo <ago@gentoo.org> bugzilla-4.2.7.ebuild: + Stable for amd64, wrt bug #488624 *bugzilla-4.4.1 (21 Oct 2013) *bugzilla-4.2.7 (21 Oct 2013) diff --git a/www-apps/bugzilla/bugzilla-4.2.7.ebuild b/www-apps/bugzilla/bugzilla-4.2.7.ebuild index 21a1734b2705..feba9c64db0f 100644 --- a/www-apps/bugzilla/bugzilla-4.2.7.ebuild +++ b/www-apps/bugzilla/bugzilla-4.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-4.2.7.ebuild,v 1.1 2013/10/21 02:32:30 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-4.2.7.ebuild,v 1.2 2013/10/21 17:48:55 ago Exp $ EAPI="4" @@ -14,7 +14,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 sqlite test" |