diff options
Diffstat (limited to 'dev-embedded/libftdi/libftdi-0.10.ebuild')
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/libftdi/libftdi-0.10.ebuild b/dev-embedded/libftdi/libftdi-0.10.ebuild index 73eec284ac29..7ffded313335 100644 --- a/dev-embedded/libftdi/libftdi-0.10.ebuild +++ b/dev-embedded/libftdi/libftdi-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.10.ebuild,v 1.1 2008/02/22 19:53:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.10.ebuild,v 1.2 2008/04/11 19:14:49 corsair Exp $ DESCRIPTION="Userspace access to FTDI USB interface chips" HOMEPAGE="http://www.intra2net.com/opensource/ftdi/" @@ -8,7 +8,7 @@ SRC_URI="http://www.intra2net.com/opensource/ftdi/TGZ/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~x86" IUSE="doc examples" RDEPEND=">=dev-libs/libusb-0.1.7" |