diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-18 15:33:36 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-18 15:33:36 +0000 |
commit | 6ca6fba0053c65c26a59bd03a8e5d08b40071d2a (patch) | |
tree | 67a4adb6b070eea4178168fc731661eeca4f09f4 /dev-embedded/libftdi/libftdi-0.14.ebuild | |
parent | Remove old versions (diff) | |
download | historical-6ca6fba0053c65c26a59bd03a8e5d08b40071d2a.tar.gz historical-6ca6fba0053c65c26a59bd03a8e5d08b40071d2a.tar.bz2 historical-6ca6fba0053c65c26a59bd03a8e5d08b40071d2a.zip |
amd64/x86 stable, bug #255061
Package-Manager: portage-2.1.6.6/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'dev-embedded/libftdi/libftdi-0.14.ebuild')
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-embedded/libftdi/libftdi-0.14.ebuild b/dev-embedded/libftdi/libftdi-0.14.ebuild index 96bdb461dc50..6847ec150126 100644 --- a/dev-embedded/libftdi/libftdi-0.14.ebuild +++ b/dev-embedded/libftdi/libftdi-0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.14.ebuild,v 1.1 2008/10/13 10:34:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.14.ebuild,v 1.2 2009/01/18 15:33:36 maekke 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 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="doc examples" RDEPEND=">=dev-libs/libusb-0.1.7" |