diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-28 23:18:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-28 23:18:48 +0000 |
commit | 40ce426f43bb78d3733a46967001f9cdde5d1f07 (patch) | |
tree | bea113154bd24c6da9ee7511fe4cd84b3225b432 /net-www/gentoo-webroot-default | |
parent | protect ftp-data too for users #83456 (diff) | |
download | gentoo-2-40ce426f43bb78d3733a46967001f9cdde5d1f07.tar.gz gentoo-2-40ce426f43bb78d3733a46967001f9cdde5d1f07.tar.bz2 gentoo-2-40ce426f43bb78d3733a46967001f9cdde5d1f07.zip |
arm lovin
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-www/gentoo-webroot-default')
-rw-r--r-- | net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild | 8 |
1 files changed, 5 insertions, 3 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 e59a2f80576b..f08aa011ee1f 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,17 +1,19 @@ # 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.10 2005/02/27 18:17:57 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.11 2005/02/28 23:16:57 vapier 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 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~sparc" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="no-htdocs" + DEPEND="" -S=${WORKDIR}/${PF} +S=${WORKDIR}/${PF} src_install() { if useq no-htdocs; then |