summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-07-11 09:14:56 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-07-11 09:14:56 +0000
commit301743aa4a29a6b23f98cb16de352bb9e194a4ca (patch)
tree0179d4f6a91077bc748bea0fe7441d67a2a01968 /sys-block/megamgr/megamgr-5.20.ebuild
parentBugfix release. Merges libffi fixes, fixes problem with NSConnections used be... (diff)
downloadhistorical-301743aa4a29a6b23f98cb16de352bb9e194a4ca.tar.gz
historical-301743aa4a29a6b23f98cb16de352bb9e194a4ca.tar.bz2
historical-301743aa4a29a6b23f98cb16de352bb9e194a4ca.zip
add multilib check
Package-Manager: portage-2.1.5.6
Diffstat (limited to 'sys-block/megamgr/megamgr-5.20.ebuild')
-rw-r--r--sys-block/megamgr/megamgr-5.20.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-block/megamgr/megamgr-5.20.ebuild b/sys-block/megamgr/megamgr-5.20.ebuild
index e9f930e8666e..f7f10216cb69 100644
--- a/sys-block/megamgr/megamgr-5.20.ebuild
+++ b/sys-block/megamgr/megamgr-5.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/megamgr/megamgr-5.20.ebuild,v 1.1 2008/04/24 08:39:39 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/megamgr/megamgr-5.20.ebuild,v 1.2 2008/07/11 09:10:04 wschlich Exp $
inherit multilib
@@ -21,6 +21,10 @@ RESTRICT="strip mirror test"
S="${WORKDIR}"
+pkg_setup() {
+ use amd64 && { has_multilib_profile || die "needs multilib profile on amd64"; }
+}
+
src_compile() {
echo "Nothing to compile."
}