diff options
Diffstat (limited to 'sys-apps/byld/byld-1.0.3.ebuild')
-rw-r--r-- | sys-apps/byld/byld-1.0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/byld/byld-1.0.3.ebuild b/sys-apps/byld/byld-1.0.3.ebuild index 83dd499d2a08..90809f7f3977 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 +# Copyright 1999-2008 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.3 2004/06/30 14:34:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/byld/byld-1.0.3.ebuild,v 1.4 2008/12/22 06:26:23 vapier Exp $ DESCRIPTION="build a Linux distribution on a single floppy" HOMEPAGE="http://byld.sourceforge.net/" @@ -10,6 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" +RESTRICT="strip" #252054 RDEPEND="sys-apps/util-linux" |