diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-06-04 14:55:51 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-06-04 14:55:51 +0000 |
commit | 00c0d362b87c1e8d21912d6b4e34b280837c4564 (patch) | |
tree | a35764f03da03420325a6a19a049f879d8f6efdc /dev-embedded/libftdi | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-00c0d362b87c1e8d21912d6b4e34b280837c4564.tar.gz gentoo-2-00c0d362b87c1e8d21912d6b4e34b280837c4564.tar.bz2 gentoo-2-00c0d362b87c1e8d21912d6b4e34b280837c4564.zip |
amd64 stable, bug 224025
(Portage version: 2.1.5.3)
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.12.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-embedded/libftdi/ChangeLog b/dev-embedded/libftdi/ChangeLog index a991ea65caf7..fcc80ad7e234 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.29 2008/06/01 13:04:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.30 2008/06/04 14:55:51 beandog Exp $ + + 04 Jun 2008; Steve Dibb <beandog@gentoo.org> libftdi-0.12.ebuild: + amd64 stable, bug 224025 01 Jun 2008; nixnut <nixnut@gentoo.org> libftdi-0.12.ebuild: Stable on ppc wrt bug 224025 diff --git a/dev-embedded/libftdi/libftdi-0.12.ebuild b/dev-embedded/libftdi/libftdi-0.12.ebuild index 41646f3edc6e..69ca4f274b40 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.6 2008/06/01 13:04:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.7 2008/06/04 14:55:51 beandog 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" @@ -35,6 +35,6 @@ src_install() { fi if use examples ; then docinto examples - dodoc examples/*.c || die + dodoc examples/*.c fi } |