diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-09-30 12:42:50 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-09-30 16:10:17 -0700 |
commit | e203348b24cabb9d694d8451a9e40dcaa3144636 (patch) | |
tree | 681fc06e45ffff1cfb69e6c1ab9f4b072bec3a47 /sci-geosciences/gpsd/gpsd-9999.ebuild | |
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/gpsd/gpsd-9999.ebuild')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |