diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-02-27 20:31:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-02-27 20:31:23 +0000 |
commit | c499a2426f04c21cf5455ca43abaabe1ee66f677 (patch) | |
tree | ccecaf87ef1202daad4197a14f550c3b3f16e4b7 /sys-block | |
parent | Remove global scope cut calls, bug #123958. (diff) | |
download | gentoo-2-c499a2426f04c21cf5455ca43abaabe1ee66f677.tar.gz gentoo-2-c499a2426f04c21cf5455ca43abaabe1ee66f677.tar.bz2 gentoo-2-c499a2426f04c21cf5455ca43abaabe1ee66f677.zip |
fix invalid atoms
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/endpoint/endpoint-0.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/endpoint/endpoint-0.1.0.ebuild b/sys-block/endpoint/endpoint-0.1.0.ebuild index 0224829b4f9b..57d7ceca9a4c 100644 --- a/sys-block/endpoint/endpoint-0.1.0.ebuild +++ b/sys-block/endpoint/endpoint-0.1.0.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/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.1 2006/02/27 09:07:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.2 2006/02/27 20:31:23 swegener Exp $ DESCRIPTION="Endpoint turns a Linux machine with one or more firewire cards into an SBP-2 device." HOMEPAGE="http://oss.oracle.com/projects/endpoint/" @@ -10,8 +10,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc - >=sys-libs/libraw1394-0.9* - >=dev-libs/glib-2*" + >=sys-libs/libraw1394-0.9 + >=dev-libs/glib-2" src_unpack() { unpack ${A} |