diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-18 16:20:05 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-18 16:20:05 +0000 |
commit | 22e9f2ce68d201f47f5a109846b49ea593954434 (patch) | |
tree | 8fb1757b19da6993f87a3e5566268c2acd3dc34b /www-apps/bugzilla/bugzilla-2.20.6.ebuild | |
parent | Install the desktop file only when the GUI client is built, and fix the name ... (diff) | |
download | historical-22e9f2ce68d201f47f5a109846b49ea593954434.tar.gz historical-22e9f2ce68d201f47f5a109846b49ea593954434.tar.bz2 historical-22e9f2ce68d201f47f5a109846b49ea593954434.zip |
amd64/x86 stable, bug #220799
Package-Manager: portage-2.1.5
Diffstat (limited to 'www-apps/bugzilla/bugzilla-2.20.6.ebuild')
-rw-r--r-- | www-apps/bugzilla/bugzilla-2.20.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-2.20.6.ebuild b/www-apps/bugzilla/bugzilla-2.20.6.ebuild index eaeea651390d..e94d4d8b76ba 100644 --- a/www-apps/bugzilla/bugzilla-2.20.6.ebuild +++ b/www-apps/bugzilla/bugzilla-2.20.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.6.ebuild,v 1.2 2008/05/18 14:40:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.6.ebuild,v 1.3 2008/05/18 16:17:36 maekke 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="graphviz mysql postgres" |