summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2008-05-29 17:16:22 +0000
committerMarkus Rothe <corsair@gentoo.org>2008-05-29 17:16:22 +0000
commitb355392076b351bf63baad4993789b1b37e29d7f (patch)
tree20592e382a873f1d01a09ced90a98934007d9ec6 /dev-embedded
parentpython_mod_optimize is ROOT aware. (diff)
downloadgentoo-2-b355392076b351bf63baad4993789b1b37e29d7f.tar.gz
gentoo-2-b355392076b351bf63baad4993789b1b37e29d7f.tar.bz2
gentoo-2-b355392076b351bf63baad4993789b1b37e29d7f.zip
Stable on ppc64; bug #224025
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/libftdi/ChangeLog5
-rw-r--r--dev-embedded/libftdi/libftdi-0.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-embedded/libftdi/ChangeLog b/dev-embedded/libftdi/ChangeLog
index 564813034833..2eb0f6ede905 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.27 2008/05/29 10:46:03 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.28 2008/05/29 17:16:22 corsair Exp $
+
+ 29 May 2008; Markus Rothe <corsair@gentoo.org> libftdi-0.12.ebuild:
+ Stable on ppc64; bug #224025
29 May 2008; Christian Faulhammer <opfer@gentoo.org> libftdi-0.12.ebuild:
stable x86, bug 224025
diff --git a/dev-embedded/libftdi/libftdi-0.12.ebuild b/dev-embedded/libftdi/libftdi-0.12.ebuild
index cfedf968a552..9c7f000738e4 100644
--- a/dev-embedded/libftdi/libftdi-0.12.ebuild
+++ b/dev-embedded/libftdi/libftdi-0.12.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.12.ebuild,v 1.4 2008/05/29 10:46:03 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.5 2008/05/29 17:16:22 corsair 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"