summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-12-29 06:40:25 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-12-29 06:40:25 +0000
commit8fe1394d2b42b29fe11d3c26366c8a1954b54bab (patch)
tree8f3a06792592aab55070d4e23252c7a1f006be6f /sys-block/endpoint
parentAdd variables to block the automatic module load/unload, to help out cases wh... (diff)
downloadgentoo-2-8fe1394d2b42b29fe11d3c26366c8a1954b54bab.tar.gz
gentoo-2-8fe1394d2b42b29fe11d3c26366c8a1954b54bab.tar.bz2
gentoo-2-8fe1394d2b42b29fe11d3c26366c8a1954b54bab.zip
Add some more ~arch keywords, and slight cleanup.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sys-block/endpoint')
-rw-r--r--sys-block/endpoint/ChangeLog5
-rw-r--r--sys-block/endpoint/endpoint-0.1.0.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-block/endpoint/ChangeLog b/sys-block/endpoint/ChangeLog
index 182371e40a4e..41abd0abbada 100644
--- a/sys-block/endpoint/ChangeLog
+++ b/sys-block/endpoint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-block/endpoint
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/ChangeLog,v 1.3 2007/12/15 01:09:30 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/ChangeLog,v 1.4 2007/12/29 06:40:25 robbat2 Exp $
+
+ 29 Dec 2007; Robin H. Johnson <robbat2@gentoo.org> endpoint-0.1.0.ebuild:
+ Add some more ~arch keywords, and slight cleanup.
15 Dec 2007; Dawid Węgliński <cla@gentoo.org> endpoint-0.1.0.ebuild:
Stable on x86 (bug #202242)
diff --git a/sys-block/endpoint/endpoint-0.1.0.ebuild b/sys-block/endpoint/endpoint-0.1.0.ebuild
index f9d2afe2fbf9..380b961ac133 100644
--- a/sys-block/endpoint/endpoint-0.1.0.ebuild
+++ b/sys-block/endpoint/endpoint-0.1.0.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.3 2007/12/15 01:09:30 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.4 2007/12/29 06:40:25 robbat2 Exp $
+
+inherit eutils
DESCRIPTION="Endpoint turns a Linux machine with one or more firewire cards into an SBP-2 device."
HOMEPAGE="http://oss.oracle.com/projects/endpoint/"
SRC_URI="http://oss.oracle.com/projects/endpoint/dist/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="virtual/libc
>=sys-libs/libraw1394-0.9
@@ -15,7 +17,7 @@ DEPEND="virtual/libc
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/${P}-errormessages.patch
+ epatch "${FILESDIR}"/${P}-errormessages.patch
}
src_install() {