diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-08-03 12:08:23 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-08-03 12:08:23 +0000 |
commit | e26706a149ff804b642a3e7296b99f5017e9fc3f (patch) | |
tree | bb8f026db570699cdb90b5f35e3f1a4ca8807a16 /app-pda | |
parent | amd64/x86 stable wrt #518160 (diff) | |
download | gentoo-2-e26706a149ff804b642a3e7296b99f5017e9fc3f.tar.gz gentoo-2-e26706a149ff804b642a3e7296b99f5017e9fc3f.tar.bz2 gentoo-2-e26706a149ff804b642a3e7296b99f5017e9fc3f.zip |
amd64/x86 stable wrt #518160
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libusbmuxd/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-pda/libusbmuxd/ChangeLog b/app-pda/libusbmuxd/ChangeLog index 3a943b63fbfb..8b3bd432b7b0 100644 --- a/app-pda/libusbmuxd/ChangeLog +++ b/app-pda/libusbmuxd/ChangeLog @@ -1,9 +1,11 @@ # ChangeLog for app-pda/libusbmuxd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libusbmuxd/ChangeLog,v 1.1 2014/05/30 11:30:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libusbmuxd/ChangeLog,v 1.2 2014/08/03 12:08:23 ssuominen Exp $ + + 03 Aug 2014; Samuli Suominen <ssuominen@gentoo.org> libusbmuxd-1.0.9.ebuild: + amd64/x86 stable wrt #518160 *libusbmuxd-1.0.9 (30 May 2014) 30 May 2014; Samuli Suominen <ssuominen@gentoo.org> +libusbmuxd-1.0.9.ebuild: Initial commit (upstream separated libusbmuxd from usbmuxd) wrt #505576 - diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild index 0fca21e6205d..0f0c34c5ad70 100644 --- a/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild +++ b/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild,v 1.1 2014/05/30 11:30:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild,v 1.2 2014/08/03 12:08:23 ssuominen Exp $ EAPI=5 inherit autotools-utils @@ -12,7 +12,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" # tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+ LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/2" # based on SONAME of libusbmuxd.so -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="kernel_linux static-libs" RDEPEND=">=app-pda/libplist-1.11:= |