summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-08-09 18:07:53 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-08-09 18:07:53 +0000
commit6bcb65618bf8607d0239799ad3831e3861528f83 (patch)
tree3e8f1bce7ed8c7031611f6c211553de177268482
parentAdded to ~ppc (diff)
downloadhistorical-6bcb65618bf8607d0239799ad3831e3861528f83.tar.gz
historical-6bcb65618bf8607d0239799ad3831e3861528f83.tar.bz2
historical-6bcb65618bf8607d0239799ad3831e3861528f83.zip
*** empty log message ***
-rw-r--r--eclass/scsh.eclass10
1 files changed, 4 insertions, 6 deletions
diff --git a/eclass/scsh.eclass b/eclass/scsh.eclass
index 52df5ba86233..8fc3cce85037 100644
--- a/eclass/scsh.eclass
+++ b/eclass/scsh.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/scsh.eclass,v 1.1 2005/08/09 17:59:50 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/scsh.eclass,v 1.2 2005/08/09 18:07:53 mkennedy Exp $
#
inherit eutils
@@ -12,17 +12,15 @@ LICENSE="as-is | BSD"
SLOT="0"
KEYWORDS="~x86"
-IUSE="fhs scsh"
+IUSE="scsh"
SCSH_SCSH_PATH=/usr/$(get_libdir)/scsh
set_layout() {
- if use fhs; then
- SCSH_LAYOUT=fhs
- elif use scsh; then
+ if use scsh; then
SCSH_LAYOUT=scsh
else
- ewarn "No layout was specified via USE, defaulting to fhs."
+ ewarn "No layout was specified via USE, defaulting to FHS."
SCSH_LAYOUT=fhs
fi
export SCSH_LAYOUT