diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-06-10 07:06:05 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-06-10 07:06:05 +0000 |
commit | 311d7b6481c4b93a55b44524d03992ab7b37d9f1 (patch) | |
tree | 739f65e481c28c4413c59a9f83b718beb429ff8a /sys-apps/lcdutils/lcdutils-0.2.ebuild | |
parent | +mail-filter/amavisd-new:milter - Build sendmail mail filter (milter) support (diff) | |
download | historical-311d7b6481c4b93a55b44524d03992ab7b37d9f1.tar.gz historical-311d7b6481c4b93a55b44524d03992ab7b37d9f1.tar.bz2 historical-311d7b6481c4b93a55b44524d03992ab7b37d9f1.zip |
Changed the ebuild to allow installation on x86 systems, since newer Cobalt models (i.e. XTR) apparently work with this package.
Diffstat (limited to 'sys-apps/lcdutils/lcdutils-0.2.ebuild')
-rw-r--r-- | sys-apps/lcdutils/lcdutils-0.2.ebuild | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sys-apps/lcdutils/lcdutils-0.2.ebuild b/sys-apps/lcdutils/lcdutils-0.2.ebuild index f64a0a3c4c61..cc3ac8798c6c 100644 --- a/sys-apps/lcdutils/lcdutils-0.2.ebuild +++ b/sys-apps/lcdutils/lcdutils-0.2.ebuild @@ -1,13 +1,13 @@ # 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.1 2004/02/01 07:29:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdutils/lcdutils-0.2.ebuild,v 1.2 2004/06/10 07:06:05 kumba Exp $ DESCRIPTION="Cobalt RaQ/Qube LCD Writing and Button reading utilities" HOMEPAGE="" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* mips" +KEYWORDS="-* mips ~x86" IUSE="" DEPEND="" @@ -15,14 +15,12 @@ DEPEND="" S=${WORKDIR}/${P} pkg_setup() { - # See if we're on a cobalt system (must use the cobalt-mips profile) - if [ "${PROFILE_ARCH}" != "cobalt" ]; then - echo -e "" - eerror "This package is only for Cobalt Microserver systems. It is not" - eerror "useful for any other type of system currently." - echo -e "" - die "Wrong system!" - fi + # 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 "" } src_unpack() { |