diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-10-10 16:16:07 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-10-10 16:16:07 +0000 |
commit | 9b963e53d9f7f7ed470e277002959025a1b84fb6 (patch) | |
tree | e65be02ecf87e51eede4b4f6a858e1439c8353ef /dev-embedded/libftdi | |
parent | Two more flags for lcdproc (diff) | |
download | gentoo-2-9b963e53d9f7f7ed470e277002959025a1b84fb6.tar.gz gentoo-2-9b963e53d9f7f7ed470e277002959025a1b84fb6.tar.bz2 gentoo-2-9b963e53d9f7f7ed470e277002959025a1b84fb6.zip |
Works on ~amd64
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-embedded/libftdi/ChangeLog b/dev-embedded/libftdi/ChangeLog index 97ffb12ff9f7..97bfa0d6ec6a 100644 --- a/dev-embedded/libftdi/ChangeLog +++ b/dev-embedded/libftdi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-embedded/libftdi # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.6 2006/09/19 08:10:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.7 2006/10/10 16:16:07 jokey Exp $ + + 10 Oct 2006; Markus Ullmann <jokey@gentoo.org> libftdi-0.7.ebuild: + Works on ~amd64 19 Sep 2006; Markus Rothe <corsair@gentoo.org> libftdi-0.7.ebuild: Added ~ppc64; bug #148072 diff --git a/dev-embedded/libftdi/libftdi-0.7.ebuild b/dev-embedded/libftdi/libftdi-0.7.ebuild index 7e8f726473a4..031936516c2f 100644 --- a/dev-embedded/libftdi/libftdi-0.7.ebuild +++ b/dev-embedded/libftdi/libftdi-0.7.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/dev-embedded/libftdi/libftdi-0.7.ebuild,v 1.2 2006/09/19 08:10:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.7.ebuild,v 1.3 2006/10/10 16:16:07 jokey 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="~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="sys-devel/libtool |