diff options
author | 2006-10-14 22:35:54 +0000 | |
---|---|---|
committer | 2006-10-14 22:35:54 +0000 | |
commit | 4ed3874c803b2fb322809b6f83f17d7d1db14fb8 (patch) | |
tree | 2b7f09ace6f92d6eb8c6f46f56438390ff6de9cd /dev-libs/libusb/libusb-0.1.11.ebuild | |
parent | Fix bug #140744. (diff) | |
download | historical-4ed3874c803b2fb322809b6f83f17d7d1db14fb8.tar.gz historical-4ed3874c803b2fb322809b6f83f17d7d1db14fb8.tar.bz2 historical-4ed3874c803b2fb322809b6f83f17d7d1db14fb8.zip |
Stable on IA64; bug #137414.
Package-Manager: portage-2.1.2_pre2
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 3a8d19e3f4af..0eca697ccd80 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.12 2006/09/10 00:02:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.11.ebuild,v 1.13 2006/10/14 22:35:54 plasmaroo 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 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="debug doc" RDEPEND="" |