diff options
author | Brent Baude <ranger@gentoo.org> | 2009-03-18 14:50:26 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-03-18 14:50:26 +0000 |
commit | 535e59ed2dbad53fb30b38406bb5f9ff109d0c29 (patch) | |
tree | 2e91d04f5a48deb22f40d536ffb3548c51664f48 /dev-embedded/libftdi | |
parent | alpha/ia64 stable wrt #260063 (diff) | |
download | gentoo-2-535e59ed2dbad53fb30b38406bb5f9ff109d0c29.tar.gz gentoo-2-535e59ed2dbad53fb30b38406bb5f9ff109d0c29.tar.bz2 gentoo-2-535e59ed2dbad53fb30b38406bb5f9ff109d0c29.zip |
stable ppc, bug 255061
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-embedded/libftdi/ChangeLog b/dev-embedded/libftdi/ChangeLog index bde011a025ae..47eaaa18ee40 100644 --- a/dev-embedded/libftdi/ChangeLog +++ b/dev-embedded/libftdi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-embedded/libftdi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.36 2009/02/18 16:50:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.37 2009/03/18 14:50:26 ranger Exp $ + + 18 Mar 2009; Brent Baude <ranger@gentoo.org> libftdi-0.14.ebuild: + stable ppc, bug 255061 18 Feb 2009; Raúl Porcel <armin76@gentoo.org> libftdi-0.14.ebuild: sparc stable wrt #255061 diff --git a/dev-embedded/libftdi/libftdi-0.14.ebuild b/dev-embedded/libftdi/libftdi-0.14.ebuild index b6b330bd6249..bf5667595e35 100644 --- a/dev-embedded/libftdi/libftdi-0.14.ebuild +++ b/dev-embedded/libftdi/libftdi-0.14.ebuild @@ -1,6 +1,6 @@ # 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.5 2009/02/18 16:50:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.14.ebuild,v 1.6 2009/03/18 14:50:26 ranger Exp $ DESCRIPTION="Userspace access to FTDI USB interface chips" HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/" @@ -8,7 +8,7 @@ SRC_URI="http://www.intra2net.com/en/developer/libftdi/download/${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" |