summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-11-03 07:16:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-11-03 07:16:40 +0000
commite5ada93c1410c98ad36a34fdcd47b8f294720035 (patch)
tree5918166426f427dfe3d8378c19fd03a180c30823 /app-pda/usbmuxd
parentUpdate the gold patch to fix glib-2.32 problems; -lm is always needed for lib... (diff)
downloadgentoo-2-e5ada93c1410c98ad36a34fdcd47b8f294720035.tar.gz
gentoo-2-e5ada93c1410c98ad36a34fdcd47b8f294720035.tar.bz2
gentoo-2-e5ada93c1410c98ad36a34fdcd47b8f294720035.zip
amd64/x86 stable wrt #441102
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda/usbmuxd')
-rw-r--r--app-pda/usbmuxd/ChangeLog5
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog
index 399e6149e214..bee65443f892 100644
--- a/app-pda/usbmuxd/ChangeLog
+++ b/app-pda/usbmuxd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/usbmuxd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.24 2012/08/16 22:02:33 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.25 2012/11/03 07:16:40 ssuominen Exp $
+
+ 03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> usbmuxd-1.0.8-r1.ebuild:
+ amd64/x86 stable wrt #441102
16 Aug 2012; Johannes Huber <johu@gentoo.org> usbmuxd-1.0.8.ebuild:
Stable for x86, wrt bug #423155
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild
index 8f2a697412eb..1010159ee3f7 100644
--- a/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild,v 1.1 2012/08/10 17:41:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild,v 1.2 2012/11/03 07:16:40 ssuominen Exp $
EAPI=4
inherit cmake-utils user toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2 GPL-3 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
IUSE=""
RDEPEND=">=app-pda/libplist-1.8-r1