diff options
author | 2024-09-22 16:59:03 +0100 | |
---|---|---|
committer | 2024-09-22 17:00:00 +0100 | |
commit | c3112bc01fbabc9e7eeb3381651a72c4353542cc (patch) | |
tree | eeefeaccd4aab3dfb1ed8e2d35f843b1c0742144 /sys-devel | |
parent | dev-python/pymdown-extensions: Bump to 10.10 (diff) | |
download | gentoo-c3112bc01fbabc9e7eeb3381651a72c4353542cc.tar.gz gentoo-c3112bc01fbabc9e7eeb3381651a72c4353542cc.tar.bz2 gentoo-c3112bc01fbabc9e7eeb3381651a72c4353542cc.zip |
sys-devel/crosstool-ng: depend on sys-apps/which
Needed at both build-time (see ebuild comment) and at runtime. Unfortunately
there's both a wrapper for which that they use and also some open-coded
use.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crosstool-ng/crosstool-ng-1.26.0-r1.ebuild (renamed from sys-devel/crosstool-ng/crosstool-ng-1.26.0.ebuild) | 1 | ||||
-rw-r--r-- | sys-devel/crosstool-ng/crosstool-ng-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.26.0.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.26.0-r1.ebuild index 943dbb3f1893..f0aa3dfbe151 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-1.26.0.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-1.26.0-r1.ebuild @@ -37,6 +37,7 @@ BDEPEND=" >=sys-apps/sed-4.0 sys-apps/gawk sys-apps/texinfo + sys-apps/which sys-devel/bison sys-devel/flex curl? ( net-misc/curl ) diff --git a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild index 943dbb3f1893..f0aa3dfbe151 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild @@ -37,6 +37,7 @@ BDEPEND=" >=sys-apps/sed-4.0 sys-apps/gawk sys-apps/texinfo + sys-apps/which sys-devel/bison sys-devel/flex curl? ( net-misc/curl ) |