diff options
author | 2005-02-27 18:17:57 +0000 | |
---|---|---|
committer | 2005-02-27 18:17:57 +0000 | |
commit | 3ae600f96bea79d325707aded9a46896374c31b8 (patch) | |
tree | 8ce4ad7ee3f5eb5ab97b9381cca790e9afc51f76 /net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild | |
parent | Remove mips, s390, arm due to apr and apr-util dependency. Bug 77455 (diff) | |
download | historical-3ae600f96bea79d325707aded9a46896374c31b8.tar.gz historical-3ae600f96bea79d325707aded9a46896374c31b8.tar.bz2 historical-3ae600f96bea79d325707aded9a46896374c31b8.zip |
Bring KEYWORDS in line with apache as this is a platform-independent package that apache depends on
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild')
-rw-r--r-- | net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild b/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild index 0b94b1ee030f..e59a2f80576b 100644 --- a/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild +++ b/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.9 2005/01/29 02:36:31 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.10 2005/02/27 18:17:57 vericgar Exp $ DESCRIPTION="This is the default Gentoo WebServer content" HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${PF}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~hppa ~ia64 ~mips ~ppc64 ~sparc" IUSE="no-htdocs" DEPEND="" S=${WORKDIR}/${PF} |