diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-06-06 08:58:48 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-06-06 08:58:48 +0000 |
commit | 91f401e028b899f6460b30ac877ae9370ce73104 (patch) | |
tree | 42383f5fa0510f4053257e2d15a690646f11e0a7 /dev-libs/libusb | |
parent | Fixed deps for removed mythfrontend (diff) | |
download | gentoo-2-91f401e028b899f6460b30ac877ae9370ce73104.tar.gz gentoo-2-91f401e028b899f6460b30ac877ae9370ce73104.tar.bz2 gentoo-2-91f401e028b899f6460b30ac877ae9370ce73104.zip |
stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.10a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 3895f37eb902..65559b002e20 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.35 2005/06/03 05:31:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.36 2005/06/06 08:58:48 corsair Exp $ + + 06 Jun 2005; Markus Rothe <corsair@gentoo.org> libusb-0.1.10a.ebuild: + Stable on ppc64 03 Jun 2005; Joseph Jezak <josejx@gentoo.org> libusb-0.1.10a.ebuild: Marked ppc stable. diff --git a/dev-libs/libusb/libusb-0.1.10a.ebuild b/dev-libs/libusb/libusb-0.1.10a.ebuild index 0c36d9bf8247..4640094b4f3a 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.9 2005/06/03 05:31:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.10a.ebuild,v 1.10 2005/06/06 08:58:48 corsair Exp $ inherit eutils libtool @@ -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 sparc x86" IUSE="debug doc" RDEPEND="" |