diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-04-12 11:22:00 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-04-12 11:22:00 +0000 |
commit | 1b64c497c406371b335ab246b9f38baa2e2632ea (patch) | |
tree | 79d7d4411f9f747105e27b73fce01e9e031c0075 /www-apps | |
parent | closing bug #87479 (diff) | |
download | gentoo-2-1b64c497c406371b335ab246b9f38baa2e2632ea.tar.gz gentoo-2-1b64c497c406371b335ab246b9f38baa2e2632ea.tar.bz2 gentoo-2-1b64c497c406371b335ab246b9f38baa2e2632ea.zip |
+~amd64 keyword
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/bugzilla/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/bugzilla/bugzilla-2.18.0_rc4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/bugzilla/ChangeLog b/www-apps/bugzilla/ChangeLog index 5fcaefc87152..7f38def9fa91 100644 --- a/www-apps/bugzilla/ChangeLog +++ b/www-apps/bugzilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/bugzilla # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.12 2005/03/29 15:25:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.13 2005/04/12 11:22:00 voxus Exp $ + + 12 Apr 2005; Konstantin Arkhipov <voxus@gentoo.org> + bugzilla-2.18.0_rc4.ebuild: + Added ~amd64. 29 Mar 2005; Michael Cummings <mcummings@gentoo.org> bugzilla-2.18.0_rc1.ebuild, bugzilla-2.18.0_rc2.ebuild, diff --git a/www-apps/bugzilla/bugzilla-2.18.0_rc4.ebuild b/www-apps/bugzilla/bugzilla-2.18.0_rc4.ebuild index 4cbfe09acdf5..9447a416c21a 100644 --- a/www-apps/bugzilla/bugzilla-2.18.0_rc4.ebuild +++ b/www-apps/bugzilla/bugzilla-2.18.0_rc4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.18.0_rc4.ebuild,v 1.4 2005/03/29 15:25:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.18.0_rc4.ebuild,v 1.5 2005/04/12 11:22:00 voxus Exp $ inherit eutils webapp @@ -13,7 +13,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${MY_P}.tar.gz" HOMEPAGE="http://www.bugzilla.org" LICENSE="MPL-1.1 NPL-1.1" -KEYWORDS="~x86 ppc ~sparc ~ppc64" +KEYWORDS="~x86 ppc ~sparc ~ppc64 ~amd64" IUSE="apache2" |