summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-10-21 05:43:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-10-21 05:43:44 +0000
commit533bd37b9a71a59dd4cd8aae35c682949bb424d9 (patch)
treed9f67829655896987ac56086c459abecf2b61906
parentFix for python2.2 slowness and error messages. (diff)
downloadhistorical-533bd37b9a71a59dd4cd8aae35c682949bb424d9.tar.gz
historical-533bd37b9a71a59dd4cd8aae35c682949bb424d9.tar.bz2
historical-533bd37b9a71a59dd4cd8aae35c682949bb424d9.zip
virtual/glibc -> virtual/libc
-rw-r--r--sys-apps/runit/Manifest16
-rw-r--r--sys-apps/runit/runit-1.0.5.ebuild4
2 files changed, 5 insertions, 15 deletions
diff --git a/sys-apps/runit/Manifest b/sys-apps/runit/Manifest
index 38cb158ef769..1bb2e2b62d26 100644
--- a/sys-apps/runit/Manifest
+++ b/sys-apps/runit/Manifest
@@ -1,20 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 6c0cd248ea4b64148f724d8705f056dd ChangeLog 339
-MD5 197323b23555ef7ab64d572ee0d3588e runit-1.0.5.ebuild 1661
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 409b93fd717256e36666db62a210bc0b runit-1.0.5.ebuild 1663
MD5 c40ea29a84ae96a8d38976a36c963335 files/1 175
MD5 3b574bfad17bf4d2d22e025289d2bad7 files/2 551
MD5 14c3375cd167d9c7b1b89febd8de64e6 files/3 377
-MD5 ca1dc1a0ccab2afbac7a8540c74bd612 files/finish.getty 30
MD5 9f1dcf4c31a2d9df9336b8d1c9b13a83 files/ctrlaltdel 189
-MD5 2d1e9a75a18249dec3a71503c5266d55 files/run.getty 44
MD5 0c9a4b2732a7c102b84593eae16b34c7 files/digest-runit-1.0.5 62
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBaJn2HTu7gpaalycRAlAhAJ4p5H76ewIAlZNqS1ZsezJ3uoTZLACfbRWx
-FIB/MToYAtMEH9pZHL4QnCw=
-=lUAe
------END PGP SIGNATURE-----
+MD5 ca1dc1a0ccab2afbac7a8540c74bd612 files/finish.getty 30
+MD5 2d1e9a75a18249dec3a71503c5266d55 files/run.getty 44
diff --git a/sys-apps/runit/runit-1.0.5.ebuild b/sys-apps/runit/runit-1.0.5.ebuild
index 116c5672a9a3..453891d76985 100644
--- a/sys-apps/runit/runit-1.0.5.ebuild
+++ b/sys-apps/runit/runit-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/runit/runit-1.0.5.ebuild,v 1.1 2004/10/10 02:09:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/runit/runit-1.0.5.ebuild,v 1.2 2004/10/21 05:43:44 mr_bones_ Exp $
inherit gcc flag-o-matic
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="static"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
S=${WORKDIR}/admin/${P}