diff options
-rw-r--r-- | sys-apps/lcdutils/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/lcdutils/lcdutils-0.2.ebuild | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/lcdutils/Manifest b/sys-apps/lcdutils/Manifest index b43abe16f9a8..4127b368de03 100644 --- a/sys-apps/lcdutils/Manifest +++ b/sys-apps/lcdutils/Manifest @@ -1,4 +1,4 @@ MD5 508c3327531f3ad1d7f8d69ba6595a21 ChangeLog 785 -MD5 09277e02e5ac396855fb0838b13e361c lcdutils-0.2.ebuild 1011 +MD5 768aaec8a6fcdb6ab114cd0004b28740 lcdutils-0.2.ebuild 1063 MD5 959070af74ba35cb8b5317212fbde352 metadata.xml 380 MD5 6e620f6f7f21e97284c47c906a03bdd7 files/digest-lcdutils-0.2 63 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() { |