diff options
Diffstat (limited to 'sys-apps/byld/byld-1.0.3.ebuild')
-rw-r--r-- | sys-apps/byld/byld-1.0.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/byld/byld-1.0.3.ebuild b/sys-apps/byld/byld-1.0.3.ebuild index d6e9cb4e9f91..83dd499d2a08 100644 --- a/sys-apps/byld/byld-1.0.3.ebuild +++ b/sys-apps/byld/byld-1.0.3.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/byld/byld-1.0.3.ebuild,v 1.2 2004/06/24 21:59:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/byld/byld-1.0.3.ebuild,v 1.3 2004/06/30 14:34:46 agriffis Exp $ DESCRIPTION="build a Linux distribution on a single floppy" HOMEPAGE="http://byld.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/byld/byld-${PV//./_}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND="sys-apps/util-linux" |