diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-05-10 08:46:02 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-05-10 08:46:02 +0000 |
commit | 68f5299e6a098d7db059533f2a74e1ab5c869052 (patch) | |
tree | bb79e58c85a4da68f80b42700dac62412ffcf5d2 /net-print/cups | |
parent | einfo -> elog (diff) | |
download | gentoo-2-68f5299e6a098d7db059533f2a74e1ab5c869052.tar.gz gentoo-2-68f5299e6a098d7db059533f2a74e1ab5c869052.tar.bz2 gentoo-2-68f5299e6a098d7db059533f2a74e1ab5c869052.zip |
use x86 thanks ferringb
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-print/cups')
-rw-r--r-- | net-print/cups/cups-1.2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/cups/cups-1.2.11.ebuild b/net-print/cups/cups-1.2.11.ebuild index 654a698fa15a..b8c116b57dec 100644 --- a/net-print/cups/cups-1.2.11.ebuild +++ b/net-print/cups/cups-1.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.2.11.ebuild,v 1.2 2007/05/09 21:25:28 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.2.11.ebuild,v 1.3 2007/05/10 08:46:02 genstef Exp $ WANT_AUTOMAKE=latest @@ -63,7 +63,7 @@ RESTRICT="test" S=${WORKDIR}/${MY_P} pkg_setup() { - if [ ${ARCH} -eq "x86" -a -d "/usr/lib64" ] + if use x86 && [ -d "/usr/lib64" ] then eerror "You are running an x86 system, but /usr/lib64 exists, cups will install all library objects into this directory!" eerror "You should remove /usr/lib64, but before you do, you should check for existing objects, and re-compile all affected packages." |