diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-01 16:46:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-01 16:46:46 +0000 |
commit | a4b7d86819c9ee9d108d646544b3c6231ece7e36 (patch) | |
tree | f0e46721a61617eae2cd86ebcc0b5ae3860bcc5b /app-pda | |
parent | Pull in virtual/libgudev instead of virtual/udev to use := for automatic rebu... (diff) | |
download | gentoo-2-a4b7d86819c9ee9d108d646544b3c6231ece7e36.tar.gz gentoo-2-a4b7d86819c9ee9d108d646544b3c6231ece7e36.tar.bz2 gentoo-2-a4b7d86819c9ee9d108d646544b3c6231ece7e36.zip |
Pull in virtual/libgudev to avoid using obsolete USE="gudev" of virtual/udev.
(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/synce-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/synce-core/synce-core-0.16-r1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-pda/synce-core/ChangeLog b/app-pda/synce-core/ChangeLog index a580a7a128ea..ccebf5e2cf49 100644 --- a/app-pda/synce-core/ChangeLog +++ b/app-pda/synce-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/synce-core -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/ChangeLog,v 1.6 2012/11/28 17:50:28 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/ChangeLog,v 1.7 2014/07/01 16:46:46 ssuominen Exp $ + + 01 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> synce-core-0.16-r1.ebuild: + Pull in virtual/libgudev to avoid using obsolete USE="gudev" of virtual/udev. 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -synce-core-0.16.ebuild: old @@ -28,4 +31,3 @@ 15 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +synce-core-0.16.ebuild: Initial commit. - diff --git a/app-pda/synce-core/synce-core-0.16-r1.ebuild b/app-pda/synce-core/synce-core-0.16-r1.ebuild index 46c2c7fa4785..602f317f4ded 100644 --- a/app-pda/synce-core/synce-core-0.16-r1.ebuild +++ b/app-pda/synce-core/synce-core-0.16-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/synce-core-0.16-r1.ebuild,v 1.2 2012/11/28 16:58:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/synce-core-0.16-r1.ebuild,v 1.3 2014/07/01 16:46:46 ssuominen Exp $ EAPI=4 @@ -26,7 +26,8 @@ RDEPEND="!app-pda/synce-connector !dev-libs/libsynce net-dialup/ppp sys-apps/net-tools - virtual/udev[gudev] + virtual/libgudev + virtual/udev python? ( >=dev-python/pyrex-0.9.6 dev-python/python-gudev |