diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 11:00:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 11:00:50 +0000 |
commit | 82a8d9e4494e9422e5a829bdb6cc63c5fcf04380 (patch) | |
tree | 3f14791de3c02507feccf0a3935191b59e0a8581 | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | gentoo-2-82a8d9e4494e9422e5a829bdb6cc63c5fcf04380.tar.gz gentoo-2-82a8d9e4494e9422e5a829bdb6cc63c5fcf04380.tar.bz2 gentoo-2-82a8d9e4494e9422e5a829bdb6cc63c5fcf04380.zip |
amd64 stable, bug 329765
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-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 60a03aa62774..effa64177722 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.4 2010/07/29 20:29:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.5 2010/07/31 11:00:50 pacho Exp $ + + 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> usbmuxd-1.0.4.ebuild: + amd64 stable, bug 329765 29 Jul 2010; Pacho Ramos <pacho@gentoo.org> usbmuxd-1.0.4.ebuild, metadata.xml: diff --git a/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild index df3dd830bc44..4c2d46d6a547 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.3 2010/07/29 20:29:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild,v 1.4 2010/07/31 11:00:50 pacho 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" |