summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-20 23:46:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-20 23:46:53 +0000
commitae1266191fc40a3b7e984bb458bd935943ae51a6 (patch)
tree51ce8a7672eada43369538a927fc289439a7efeb /sys-libs/libraw1394
parentVersion bump, bug #85751 (diff)
downloadgentoo-2-ae1266191fc40a3b7e984bb458bd935943ae51a6.tar.gz
gentoo-2-ae1266191fc40a3b7e984bb458bd935943ae51a6.tar.bz2
gentoo-2-ae1266191fc40a3b7e984bb458bd935943ae51a6.zip
stabilize
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r--sys-libs/libraw1394/libraw1394-1.1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libraw1394/libraw1394-1.1.0.ebuild b/sys-libs/libraw1394/libraw1394-1.1.0.ebuild
index a3acb6f9d30b..2a43860f0ff4 100644
--- a/sys-libs/libraw1394/libraw1394-1.1.0.ebuild
+++ b/sys-libs/libraw1394/libraw1394-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.1.0.ebuild,v 1.1 2005/02/12 20:07:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.1.0.ebuild,v 1.2 2005/03/20 23:46:53 vapier Exp $
DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
HOMEPAGE="http://sourceforge.net/projects/libraw1394/"
@@ -8,10 +8,10 @@ SRC_URI="mirror://sourceforge/libraw1394/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
src_install() {
make DESTDIR="${D}" install || die