diff options
author | Peter Weller <welp@gentoo.org> | 2007-04-11 14:21:52 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-04-11 14:21:52 +0000 |
commit | 83a4578f71073bd6421fbbc34b64ef58eb72a7d8 (patch) | |
tree | 371e40e71907c1747c9f2b2d5152b85506ec5480 /dev-embedded | |
parent | Stable on ppc64; bug #172746 (diff) | |
download | gentoo-2-83a4578f71073bd6421fbbc34b64ef58eb72a7d8.tar.gz gentoo-2-83a4578f71073bd6421fbbc34b64ef58eb72a7d8.tar.bz2 gentoo-2-83a4578f71073bd6421fbbc34b64ef58eb72a7d8.zip |
Stable on amd64 wrt 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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-embedded/libftdi/ChangeLog b/dev-embedded/libftdi/ChangeLog index 03103af6e0e6..6abe2cc668d7 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.11 2007/04/08 12:44:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.12 2007/04/11 14:21:52 welp Exp $ + + 11 Apr 2007; Peter Weller <welp@gentoo.org> libftdi-0.7.ebuild: + Stable on amd64 wrt bug 173270 08 Apr 2007; Markus Rothe <corsair@gentoo.org> libftdi-0.7.ebuild: Stable on ppc64; bug #173270 diff --git a/dev-embedded/libftdi/libftdi-0.7.ebuild b/dev-embedded/libftdi/libftdi-0.7.ebuild index 2d88b47ae032..28b16c634c99 100644 --- a/dev-embedded/libftdi/libftdi-0.7.ebuild +++ b/dev-embedded/libftdi/libftdi-0.7.ebuild @@ -1,6 +1,6 @@ # 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.6 2007/04/08 12:44:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.7.ebuild,v 1.7 2007/04/11 14:21:52 welp 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 |