diff options
author | 2018-09-30 12:42:50 -0700 | |
---|---|---|
committer | 2018-09-30 16:10:17 -0700 | |
commit | e203348b24cabb9d694d8451a9e40dcaa3144636 (patch) | |
tree | 681fc06e45ffff1cfb69e6c1ab9f4b072bec3a47 /sci-geosciences | |
parent | dev-libs/libffi: bump up to 3.3_rc0 (diff) | |
download | gentoo-e203348b24cabb9d694d8451a9e40dcaa3144636.tar.gz gentoo-e203348b24cabb9d694d8451a9e40dcaa3144636.tar.bz2 gentoo-e203348b24cabb9d694d8451a9e40dcaa3144636.zip |
sci-geosciences/gpsd: missing automagic dep on timepps.h from pps-tools
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.17-r2.ebuild | 1 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 1 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild index 6b0e491c7b74..d8f331c91abf 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild @@ -36,6 +36,7 @@ REQUIRED_USE="X? ( python ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" + >=net-misc/pps-tools-0.0.20120407 bluetooth? ( net-wireless/bluez ) dbus? ( sys-apps/dbus diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild index 4a84dbffcc3a..925c4b5fe33f 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild @@ -37,6 +37,7 @@ REQUIRED_USE="X? ( python ) qt5? ( cxx )" RDEPEND=" + >=net-misc/pps-tools-0.0.20120407 bluetooth? ( net-wireless/bluez ) dbus? ( sys-apps/dbus diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index e3db55c44b07..445bb73cc6e4 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -37,6 +37,7 @@ REQUIRED_USE="X? ( python ) qt5? ( cxx )" RDEPEND=" + >=net-misc/pps-tools-0.0.20120407 bluetooth? ( net-wireless/bluez ) dbus? ( sys-apps/dbus |