summaryrefslogtreecommitdiff
path: root/app-pda/usbmuxd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-03-29 14:59:46 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-03-29 14:59:46 +0100
commitc7785ce0079f0de1b9dfcdb7ed3bfad78bad8c4a (patch)
tree118e0f2cec3fec709befbbc7023912f3ec7bc360 /app-pda/usbmuxd
parent7a66941a83833930ca2c92fb40425f327d9adef9 (diff)
remove circular deps in libusbmuxd and usbmuxd
Diffstat (limited to 'app-pda/usbmuxd')
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.1.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
index 01c3f93e..b9d43f60 100644
--- a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2014 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_p20140530.ebuild,v 1.2 2014/08/03 12:09:08 ssuominen Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=1
@@ -17,10 +16,10 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE=""
-RDEPEND=">=app-pda/libimobiledevice-1.2.0
- >=app-pda/libplist-1.11
+RDEPEND=">=app-pda/libplist-1.11
virtual/libusb:1"
DEPEND="${RDEPEND}
+ >=app-pda/libimobiledevice-1.2.0
virtual/os-headers
virtual/pkgconfig"