summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-01-15 02:26:32 +0000
committerJonathan Callen <abcd@gentoo.org>2010-01-15 02:26:32 +0000
commitf597fedf5c349882052fdec96c2a154916bb6639 (patch)
tree789a03d84f90f78e639dfd5d50a4d9085c2cc824 /app-emulation/simh
parentAdd prefix keywords (diff)
downloadgentoo-2-f597fedf5c349882052fdec96c2a154916bb6639.tar.gz
gentoo-2-f597fedf5c349882052fdec96c2a154916bb6639.tar.bz2
gentoo-2-f597fedf5c349882052fdec96c2a154916bb6639.zip
Add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-emulation/simh')
-rw-r--r--app-emulation/simh/ChangeLog7
-rw-r--r--app-emulation/simh/simh-3.7.0.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/simh/ChangeLog b/app-emulation/simh/ChangeLog
index 205cc4d92d27..65e253e37880 100644
--- a/app-emulation/simh/ChangeLog
+++ b/app-emulation/simh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/simh
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.11 2009/04/03 02:51:14 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.12 2010/01/15 02:26:32 abcd Exp $
+
+ 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> simh-3.7.0.ebuild:
+ Add prefix keywords
03 Apr 2009; Joseph Jezak <josejx@gentoo.org> simh-3.7.0.ebuild:
Marked ~ppc for bug #264670.
diff --git a/app-emulation/simh/simh-3.7.0.ebuild b/app-emulation/simh/simh-3.7.0.ebuild
index 5605efce7ec6..0d3ac13aa112 100644
--- a/app-emulation/simh/simh-3.7.0.ebuild
+++ b/app-emulation/simh/simh-3.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.6 2009/04/03 02:51:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.7 2010/01/15 02:26:32 abcd Exp $
inherit eutils toolchain-funcs versionator
@@ -11,7 +11,7 @@ SRC_URI="http://simh.trailing-edge.com/sources/${MY_P}.zip"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND="net-libs/libpcap"
@@ -31,6 +31,9 @@ src_unpack() {
epatch "${FILESDIR}/makefile.patch" \
"${FILESDIR}"/${P}-asneeded.patch
+
+ # fix linking on Darwin
+ [[ ${CHOST} == *-darwin* ]] && sed -i 's/-lrt//g' makefile
}
src_compile() {