diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-10 17:35:00 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-10 17:35:00 +0000 |
commit | 5b0b2a7070f28ca4be230f46eba937b436e23370 (patch) | |
tree | 2136d57a14ed136e7ea0312cc7d4c4c2118e2089 /net-www | |
parent | 3Version bump. (diff) | |
download | gentoo-2-5b0b2a7070f28ca4be230f46eba937b436e23370.tar.gz gentoo-2-5b0b2a7070f28ca4be230f46eba937b436e23370.tar.bz2 gentoo-2-5b0b2a7070f28ca4be230f46eba937b436e23370.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/apache/apache-2.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 1a794e859744..5ee52e2c6b0f 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/apache # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.497 2006/09/08 21:33:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.498 2006/09/10 17:35:00 the_paya Exp $ + + 10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + apache-2.2.3.ebuild: + Add ~x86-fbsd keyword. 08 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> apache-1.3.34-r14.ebuild, apache-2.0.58-r2.ebuild: diff --git a/net-www/apache/apache-2.2.3.ebuild b/net-www/apache/apache-2.2.3.ebuild index 3782ca9c3fd3..bd97f4fcbba8 100644 --- a/net-www/apache/apache-2.2.3.ebuild +++ b/net-www/apache/apache-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3.ebuild,v 1.2 2006/08/16 17:09:20 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3.ebuild,v 1.3 2006/09/10 17:35:00 the_paya Exp $ inherit eutils flag-o-matic gnuconfig multilib autotools @@ -19,7 +19,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2 LICENSE="Apache-2.0 Apache-1.1" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc ldap no-suexec ssl static-modules threads selinux mpm-prefork mpm-worker mpm-event mpm-peruser" RDEPEND="dev-lang/perl |