diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 18:21:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 18:21:45 +0000 |
commit | 0c3a4734cf5aafb38945815c4bd54c39c837c903 (patch) | |
tree | 2ed55940b15a0273945aaf636110e02884afd6e0 /sys-process/runit | |
parent | Dont bother doing a chown in the cron job as the slocate binary itself will d... (diff) | |
download | historical-0c3a4734cf5aafb38945815c4bd54c39c837c903.tar.gz historical-0c3a4734cf5aafb38945815c4bd54c39c837c903.tar.bz2 historical-0c3a4734cf5aafb38945815c4bd54c39c837c903.zip |
mips stable
Diffstat (limited to 'sys-process/runit')
-rw-r--r-- | sys-process/runit/runit-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/runit/runit-1.5.0.ebuild b/sys-process/runit/runit-1.5.0.ebuild index af204cb7bad4..a055456c82d1 100644 --- a/sys-process/runit/runit-1.5.0.ebuild +++ b/sys-process/runit/runit-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.5.0.ebuild,v 1.9 2007/07/03 11:23:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.5.0.ebuild,v 1.10 2007/08/25 18:21:45 vapier Exp $ inherit toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://smarden.org/runit/${P}.tar.gz" LICENSE="BSD" SLOT="0" -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" IUSE="static" DEPEND="" |