summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2004-06-10 07:09:04 +0000
committerJoshua Kinard <kumba@gentoo.org>2004-06-10 07:09:04 +0000
commit500913d8b0bd1e13b8832611e37ce293f8100905 (patch)
tree4235af25f72276668c5152b21249fec52e61f9ee /sys-apps/lcdutils/lcdutils-0.2.ebuild
parentChanged the ebuild to allow installation on x86 systems, since newer Cobalt m... (diff)
downloadhistorical-500913d8b0bd1e13b8832611e37ce293f8100905.tar.gz
historical-500913d8b0bd1e13b8832611e37ce293f8100905.tar.bz2
historical-500913d8b0bd1e13b8832611e37ce293f8100905.zip
Left out a conditional...
Diffstat (limited to 'sys-apps/lcdutils/lcdutils-0.2.ebuild')
-rw-r--r--sys-apps/lcdutils/lcdutils-0.2.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys-apps/lcdutils/lcdutils-0.2.ebuild b/sys-apps/lcdutils/lcdutils-0.2.ebuild
index cc3ac8798c6c..d76b43ecf75c 100644
--- a/sys-apps/lcdutils/lcdutils-0.2.ebuild
+++ b/sys-apps/lcdutils/lcdutils-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdutils/lcdutils-0.2.ebuild,v 1.2 2004/06/10 07:06:05 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdutils/lcdutils-0.2.ebuild,v 1.3 2004/06/10 07:09:04 kumba Exp $
DESCRIPTION="Cobalt RaQ/Qube LCD Writing and Button reading utilities"
HOMEPAGE=""
@@ -17,10 +17,12 @@ S=${WORKDIR}/${P}
pkg_setup() {
# This package is aimed primarily at Cobalt Microserver systems. Mips originally, but it
# is reported to work on x86-based systems as well.
- echo -e ""
- ewarn "This package is only for Cobalt Microserver systems. Its use on other types of"
- ewarn "hardware is untested."
- echo -e ""
+ if [ "${PROFILE_ARCH}" != "cobalt" ]; then
+ echo -e ""
+ ewarn "This package is only for Cobalt Microserver systems. Its use on other types of"
+ ewarn "hardware is untested."
+ echo -e ""
+ fi
}
src_unpack() {