diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:17:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:17:14 +0000 |
commit | 7acc0e34344620a1a53afccc3d0995198c954fa7 (patch) | |
tree | b9ab34a7799107e50058f66fe986f172b59b8a6c /app-pda | |
parent | Add ~ppc, wrt bug #449220 (diff) | |
download | gentoo-2-7acc0e34344620a1a53afccc3d0995198c954fa7.tar.gz gentoo-2-7acc0e34344620a1a53afccc3d0995198c954fa7.tar.bz2 gentoo-2-7acc0e34344620a1a53afccc3d0995198c954fa7.zip |
Add ~ppc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/usbmuxd/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog index fa252f58769c..77fa3381eb8c 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.29 2012/12/11 16:05:23 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.30 2012/12/31 14:17:14 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> usbmuxd-1.0.8-r1.ebuild: + Add ~ppc, wrt bug #449220 11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> usbmuxd-1.0.8-r1.ebuild: droped has_version udev entirely and only use udev.eclass (cleaner @@ -113,4 +116,3 @@ 07 Dec 2009; <chainsaw@gentoo.org> +usbmuxd-1.0.0_rc2.ebuild, +files/usbmuxd-cmake.patch: Initial commit. Ebuild by Tomáš "scarabeus" Chvátal. - diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild index 4b94bbd8793d..48cfb81a9533 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.5 2012/12/11 16:05:23 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild,v 1.6 2012/12/31 14:17:14 ago Exp $ EAPI=4 inherit cmake-utils user udev @@ -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 ~ppc ~ppc64 x86" IUSE="" RDEPEND=">=app-pda/libplist-1.8-r1 |