diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-29 09:22:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-29 09:22:34 +0000 |
commit | d1aa90fe6201b75349bf93f36e2466c07119eeea (patch) | |
tree | b0439f26abcaa0dbbcf36fd0b57d86daf0f5d747 | |
parent | Just some cleanups (diff) | |
download | gentoo-2-d1aa90fe6201b75349bf93f36e2466c07119eeea.tar.gz gentoo-2-d1aa90fe6201b75349bf93f36e2466c07119eeea.tar.bz2 gentoo-2-d1aa90fe6201b75349bf93f36e2466c07119eeea.zip |
sh love
(Portage version: 2.1_pre2)
-rw-r--r-- | dev-libs/libusb/libusb-0.1.10a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libusb/libusb-0.1.10a.ebuild b/dev-libs/libusb/libusb-0.1.10a.ebuild index af3878be97b9..de8da733c575 100644 --- a/dev-libs/libusb/libusb-0.1.10a.ebuild +++ b/dev-libs/libusb/libusb-0.1.10a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.10a.ebuild,v 1.14 2005/11/03 21:36:42 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.10a.ebuild,v 1.15 2005/12/29 09:22:34 vapier 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 ~mips ppc ~ppc-macos ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="debug doc" RDEPEND="" |