diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-03-18 20:18:32 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-03-18 20:18:32 +0000 |
commit | 1f83410981c21ec7b8ddb725ac2e0ba6b19c8681 (patch) | |
tree | 479154ab765df4613934e1c3e130b47484ecb12a /sys-apps/baselayout | |
parent | made portage dep conditional on "build" (diff) | |
download | gentoo-2-1f83410981c21ec7b8ddb725ac2e0ba6b19c8681.tar.gz gentoo-2-1f83410981c21ec7b8ddb725ac2e0ba6b19c8681.tar.bz2 gentoo-2-1f83410981c21ec7b8ddb725ac2e0ba6b19c8681.zip |
various build updates
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/baselayout-1.7.4-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-1.7.4-r2.ebuild b/sys-apps/baselayout/baselayout-1.7.4-r2.ebuild index e17a7c51258f..a551b5390881 100644 --- a/sys-apps/baselayout/baselayout-1.7.4-r2.ebuild +++ b/sys-apps/baselayout/baselayout-1.7.4-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.4-r2.ebuild,v 1.1 2002/03/11 12:08:38 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.4-r2.ebuild,v 1.2 2002/03/18 20:18:32 drobbins Exp $ SV="1.3.0" SVREV="" @@ -14,9 +14,11 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/init/sysvinit-${SVIV}.ta # http://www.ibiblio.org/gentoo/distfiles/rc-scripts-${SV}.tar.bz2" HOMEPAGE="http://www.gentoo.org" +DEPEND="sys-kernel/linux-headers" +RDEPEND="" if [ -z "`use build`" ] then - DEPEND="sys-apps/kbd" + RDEPEND="sys-apps/kbd" fi #This ebuild needs to be merged "live". You can't simply make a package of it and merge it later. |