summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-19 04:06:04 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-19 04:06:04 +0000
commitac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0 (patch)
treeaa605f04a4cb7cde6cda3bcf3456b9bbd4f6412f /sys-apps/silo
parentsymlink fixes (diff)
downloadhistorical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.tar.gz
historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.tar.bz2
historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/silo')
-rw-r--r--sys-apps/silo/silo-1.2.5.ebuild3
-rw-r--r--sys-apps/silo/silo-1.2.6.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/silo/silo-1.2.5.ebuild b/sys-apps/silo/silo-1.2.5.ebuild
index eb7d040ee2c6..95cb6d0218d0 100644
--- a/sys-apps/silo/silo-1.2.5.ebuild
+++ b/sys-apps/silo/silo-1.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/silo/silo-1.2.5.ebuild,v 1.7 2002/10/15 08:57:23 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/silo/silo-1.2.5.ebuild,v 1.8 2002/10/19 04:06:04 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc"
@@ -12,6 +12,7 @@ SLOT="0"
LICENSE="GPL-2"
DEPEND="sys-apps/e2fsprogs
sys-apps/sparc-utils"
+RDEPEND="${DEPEND}"
src_compile() {
make ${MAKEOPTS} || die
diff --git a/sys-apps/silo/silo-1.2.6.ebuild b/sys-apps/silo/silo-1.2.6.ebuild
index 8f6c28ba496d..9a765ea0a4ef 100644
--- a/sys-apps/silo/silo-1.2.6.ebuild
+++ b/sys-apps/silo/silo-1.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/silo/silo-1.2.6.ebuild,v 1.3 2002/10/15 08:57:23 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/silo/silo-1.2.6.ebuild,v 1.4 2002/10/19 04:06:04 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc"
@@ -13,6 +13,7 @@ KEYWORDS="~sparc ~sparc64 -x86 -ppc -alpha"
DEPEND="sys-apps/e2fsprogs
sys-apps/sparc-utils"
+RDEPEND="${DEPEND}"
src_compile() {
make ${MAKEOPTS} || die