diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-06 20:24:29 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-06 20:24:29 +0000 |
commit | 8b407085fa51b16283e0d9ff49ca0a61e3379a65 (patch) | |
tree | b89f3f34e1ad6a5f6906cfa8e76a2157e659bc25 /dev-embedded | |
parent | stable x86 and clean up (diff) | |
download | gentoo-2-8b407085fa51b16283e0d9ff49ca0a61e3379a65.tar.gz gentoo-2-8b407085fa51b16283e0d9ff49ca0a61e3379a65.tar.bz2 gentoo-2-8b407085fa51b16283e0d9ff49ca0a61e3379a65.zip |
ppc stable, bug #173270
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/libftdi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-embedded/libftdi/ChangeLog b/dev-embedded/libftdi/ChangeLog index 248f1fcdb2fc..405a77daaea8 100644 --- a/dev-embedded/libftdi/ChangeLog +++ b/dev-embedded/libftdi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-embedded/libftdi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.8 2007/02/21 19:18:52 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.9 2007/04/06 20:24:29 dertobi123 Exp $ + + 06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> libftdi-0.7.ebuild: + ppc stable, bug #173270 21 Feb 2007; Denis Dupeyron <calchan@gentoo.org> files/digest-libftdi-0.5, files/digest-libftdi-0.6, files/digest-libftdi-0.7, Manifest: diff --git a/dev-embedded/libftdi/libftdi-0.7.ebuild b/dev-embedded/libftdi/libftdi-0.7.ebuild index 031936516c2f..b5eb684366d0 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 +# Copyright 1999-2007 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.3 2006/10/10 16:16:07 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.7.ebuild,v 1.4 2007/04/06 20:24:29 dertobi123 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="" DEPEND="sys-devel/libtool |