diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-16 14:20:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-16 14:20:35 +0000 |
commit | f96d4355820c6701a9cbbca69fc92298048a87d0 (patch) | |
tree | 5270c32c45d1aecc7335a51e8954efb5b86cf938 /dev-embedded/libftdi | |
parent | don't have to mask Ice naymore as db-4.6 is unmasked (diff) | |
download | gentoo-2-f96d4355820c6701a9cbbca69fc92298048a87d0.tar.gz gentoo-2-f96d4355820c6701a9cbbca69fc92298048a87d0.tar.bz2 gentoo-2-f96d4355820c6701a9cbbca69fc92298048a87d0.zip |
sparc stable wrt #217847
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-embedded/libftdi')
-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 8b47939a99b7..3d078490de46 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.25 2008/04/19 22:08:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.26 2008/05/16 14:20:35 armin76 Exp $ + + 16 May 2008; Raúl Porcel <armin76@gentoo.org> libftdi-0.12.ebuild: + sparc stable wrt #217847 19 Apr 2008; Mike Frysinger <vapier@gentoo.org> libftdi-0.12.ebuild: Add some ~sparc love. diff --git a/dev-embedded/libftdi/libftdi-0.12.ebuild b/dev-embedded/libftdi/libftdi-0.12.ebuild index 8ea21a517301..4e8daea562b0 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.2 2008/04/19 22:08:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.3 2008/05/16 14:20:35 armin76 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" |