diff options
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/usbmuxd/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/usbmuxd/usbmuxd-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog index effa64177722..30586cb3ed01 100644 --- a/app-pda/usbmuxd/ChangeLog +++ b/app-pda/usbmuxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/usbmuxd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.5 2010/07/31 11:00:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.6 2010/07/31 17:28:54 phajdan.jr Exp $ + + 31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> usbmuxd-1.0.4.ebuild: + x86 stable wrt bug #329765 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> usbmuxd-1.0.4.ebuild: amd64 stable, bug 329765 diff --git a/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild index 4c2d46d6a547..a3dbc78e2e69 100644 --- a/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild +++ b/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild,v 1.4 2010/07/31 11:00:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild,v 1.5 2010/07/31 17:28:54 phajdan.jr Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://marcansoft.com/uploads/${PN}/${P/_/-}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" DEPEND="virtual/libusb:1" |