diff options
author | Sam James <sam@gentoo.org> | 2022-02-11 12:50:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-11 12:50:25 +0000 |
commit | 2a44e9e5ef42619ec72e13764a692f78028e178f (patch) | |
tree | 434f53ffd60ae2d38b3ebd51b151eacdab66b684 /sci-geosciences | |
parent | sys-apps/man-db: sync live ebuild (diff) | |
download | gentoo-2a44e9e5ef42619ec72e13764a692f78028e178f.tar.gz gentoo-2a44e9e5ef42619ec72e13764a692f78028e178f.tar.bz2 gentoo-2a44e9e5ef42619ec72e13764a692f78028e178f.zip |
sci-geosciences/gpsd: scons is only BDEPEND
... nor is gen_any useful in RDEPEND anyway.
Closes: https://bugs.gentoo.org/833125
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild (renamed from sci-geosciences/gpsd/gpsd-3.23.1-r1.ebuild) | 4 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.23.1-r1.ebuild b/sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild index d602376843ef..111be4c72237 100644 --- a/sci-geosciences/gpsd/gpsd-3.23.1-r1.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -44,7 +44,6 @@ RDEPEND=" acct-user/gpsd acct-group/dialout >=net-misc/pps-tools-0.0.20120407 - $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') bluetooth? ( net-wireless/bluez:= ) dbus? ( sys-apps/dbus @@ -67,6 +66,7 @@ RDEPEND=" X? ( dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig + $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') test? ( sys-devel/bc )" # asciidoctor package is for man page generation diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 4e8c7af4c741..33f0500a28da 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -44,7 +44,6 @@ RDEPEND=" acct-user/gpsd acct-group/dialout >=net-misc/pps-tools-0.0.20120407 - $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') bluetooth? ( net-wireless/bluez:= ) dbus? ( sys-apps/dbus @@ -67,6 +66,7 @@ RDEPEND=" X? ( dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig + $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') test? ( sys-devel/bc )" # asciidoctor package is for man page generation |