diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 04:10:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 04:10:05 +0000 |
commit | 19c2760f4142bd3cb9f49961c26a010bce2e3b4a (patch) | |
tree | 25f3559783e0350b167b47386619b16250451111 /app-text/rman | |
parent | Stable on x86; bug #117678 (diff) | |
download | gentoo-2-19c2760f4142bd3cb9f49961c26a010bce2e3b4a.tar.gz gentoo-2-19c2760f4142bd3cb9f49961c26a010bce2e3b4a.tar.bz2 gentoo-2-19c2760f4142bd3cb9f49961c26a010bce2e3b4a.zip |
arm/sh love
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/rman')
-rw-r--r-- | app-text/rman/rman-3.2.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/app-text/rman/rman-3.2.ebuild b/app-text/rman/rman-3.2.ebuild index 03f59fd27043..18ab950182ad 100644 --- a/app-text/rman/rman-3.2.ebuild +++ b/app-text/rman/rman-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.4 2006/01/04 22:21:19 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.5 2006/01/05 04:10:05 vapier Exp $ inherit eutils @@ -10,19 +10,14 @@ SRC_URI="mirror://sourceforge/polyglotman/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc-macos ~sh ~sparc ~x86" IUSE="" DEPEND="" src_unpack() { unpack ${A} - cd ${WORKDIR} - epatch ${FILESDIR}/${PF}-gentoo.diff || die "patch failed" -} - -src_compile() { - emake || die "make failed" + epatch "${FILESDIR}"/${PF}-gentoo.diff || die "patch failed" } src_install() { |