diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-04 09:26:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-04 09:26:36 +0000 |
commit | 88f02a5076fd4e9032ec5bc7a141fc1df7b59493 (patch) | |
tree | 6a7a1b342c87fad81d5ef5afc144f3ef3caa1964 /dev-libs/libusb/libusb-0.1.11.ebuild | |
parent | Initial Import (diff) | |
download | gentoo-2-88f02a5076fd4e9032ec5bc7a141fc1df7b59493.tar.gz gentoo-2-88f02a5076fd4e9032ec5bc7a141fc1df7b59493.tar.bz2 gentoo-2-88f02a5076fd4e9032ec5bc7a141fc1df7b59493.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'dev-libs/libusb/libusb-0.1.11.ebuild')
-rw-r--r-- | dev-libs/libusb/libusb-0.1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libusb/libusb-0.1.11.ebuild b/dev-libs/libusb/libusb-0.1.11.ebuild index bee26182cb66..9b4cfe159817 100644 --- a/dev-libs/libusb/libusb-0.1.11.ebuild +++ b/dev-libs/libusb/libusb-0.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.11.ebuild,v 1.3 2006/03/05 22:19:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.11.ebuild,v 1.4 2006/04/04 09:26:36 flameeyes Exp $ inherit eutils libtool autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc" RDEPEND="" |