summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-02 07:00:09 +0000
committerZac Medico <zmedico@gentoo.org>2012-06-02 07:00:09 +0000
commit3fc8cddc4e00d36b407367d75cbb4379063e73cc (patch)
treed3e8a624f228507f8c2051a93d1437c6cc6cd38b /app-pda
parentinherit multilib for get_libdir (diff)
downloadgentoo-2-3fc8cddc4e00d36b407367d75cbb4379063e73cc.tar.gz
gentoo-2-3fc8cddc4e00d36b407367d75cbb4379063e73cc.tar.bz2
gentoo-2-3fc8cddc4e00d36b407367d75cbb4379063e73cc.zip
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha108_p30/cvs/Linux i686)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/usbmuxd/ChangeLog5
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog
index 4f2c6b195edf..cc57144c2607 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.20 2012/05/06 21:44:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.21 2012/06/02 07:00:09 zmedico Exp $
+
+ 02 Jun 2012; Zac Medico <zmedico@gentoo.org> usbmuxd-1.0.7-r1.ebuild:
+ inherit user for enewgroup and enewuser
06 May 2012; Samuli Suominen <ssuominen@gentoo.org> usbmuxd-1.0.8.ebuild:
Stop passing -DUSB_INCLUDE_DIR by hand wrt #414659 because
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild
index 707ad350a367..77f5ae9ba2dd 100644
--- a/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild
@@ -1,9 +1,9 @@
# 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.7-r1.ebuild,v 1.3 2012/01/23 14:11:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild,v 1.4 2012/06/02 07:00:09 zmedico Exp $
EAPI=3
-inherit eutils cmake-utils
+inherit eutils cmake-utils user
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://marcansoft.com/blog/iphonelinux/usbmuxd/"