diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-29 17:16:22 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-29 17:16:22 +0000 |
commit | b355392076b351bf63baad4993789b1b37e29d7f (patch) | |
tree | 20592e382a873f1d01a09ced90a98934007d9ec6 /dev-embedded | |
parent | python_mod_optimize is ROOT aware. (diff) | |
download | gentoo-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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.12.ebuild | 4 |
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" |