diff options
author | Brent Baude <ranger@gentoo.org> | 2008-02-23 14:40:36 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-02-23 14:40:36 +0000 |
commit | c05502d941621ccaa1f3827dd9eef8eb3641d62b (patch) | |
tree | 62eb55ba37c1381e0021999967ddb5613eaf1848 /dev-embedded/libftdi | |
parent | version bump #204297, fixes #197621 (diff) | |
download | gentoo-2-c05502d941621ccaa1f3827dd9eef8eb3641d62b.tar.gz gentoo-2-c05502d941621ccaa1f3827dd9eef8eb3641d62b.tar.bz2 gentoo-2-c05502d941621ccaa1f3827dd9eef8eb3641d62b.zip |
stable ppc, bug 211127
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-embedded/libftdi/ChangeLog b/dev-embedded/libftdi/ChangeLog index 672a51d2bf8d..278f8411c09e 100644 --- a/dev-embedded/libftdi/ChangeLog +++ b/dev-embedded/libftdi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-embedded/libftdi # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.17 2008/02/23 13:49:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.18 2008/02/23 14:40:36 ranger Exp $ + + 23 Feb 2008; Brent Baude <ranger@gentoo.org> libftdi-0.9.ebuild: + stable ppc, bug 211127 23 Feb 2008; Brent Baude <ranger@gentoo.org> libftdi-0.9.ebuild: stable ppc64, bug 211127 diff --git a/dev-embedded/libftdi/libftdi-0.9.ebuild b/dev-embedded/libftdi/libftdi-0.9.ebuild index 5cf7b161ba2b..17d811758eab 100644 --- a/dev-embedded/libftdi/libftdi-0.9.ebuild +++ b/dev-embedded/libftdi/libftdi-0.9.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.9.ebuild,v 1.3 2008/02/23 13:49:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.9.ebuild,v 1.4 2008/02/23 14:40:36 ranger 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=">=dev-libs/libusb-0.1.7 |