diff options
author | Sam James <sam@gentoo.org> | 2023-09-25 00:51:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-25 01:24:30 +0100 |
commit | d2450b3f670442c21b776e31163a2b3052a34d16 (patch) | |
tree | ce8a324dc9a0ecc66047308f36fcb70fea244169 /sys-devel/crosstool-ng | |
parent | media-libs/mesa: Version bump to 23.1.8 (diff) | |
download | gentoo-d2450b3f670442c21b776e31163a2b3052a34d16.tar.gz gentoo-d2450b3f670442c21b776e31163a2b3052a34d16.tar.bz2 gentoo-d2450b3f670442c21b776e31163a2b3052a34d16.zip |
sys-devel/crosstool-ng: style tweak, add comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/crosstool-ng')
4 files changed, 8 insertions, 4 deletions
diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild index 4c65f6f9438b..ee2ab17cd25b 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild @@ -29,6 +29,7 @@ SLOT="0" REQUIRED_USE="${PYTHON_REQUIRED_USE}" IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget" +# TODO: Consider dropping these USE (optfeature), but configure does check for them BDEPEND=" app-arch/unzip >=app-shells/bash-3.1 @@ -38,7 +39,7 @@ BDEPEND=" sys-apps/texinfo sys-devel/bison sys-devel/flex - curl? ( net-misc/curl ) + curl? ( net-misc/curl ) cvs? ( dev-vcs/cvs ) dtc? ( sys-apps/dtc ) git? ( dev-vcs/git ) diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.25.0-r1.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.25.0-r1.ebuild index 4c65f6f9438b..ee2ab17cd25b 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-1.25.0-r1.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-1.25.0-r1.ebuild @@ -29,6 +29,7 @@ SLOT="0" REQUIRED_USE="${PYTHON_REQUIRED_USE}" IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget" +# TODO: Consider dropping these USE (optfeature), but configure does check for them BDEPEND=" app-arch/unzip >=app-shells/bash-3.1 @@ -38,7 +39,7 @@ BDEPEND=" sys-apps/texinfo sys-devel/bison sys-devel/flex - curl? ( net-misc/curl ) + curl? ( net-misc/curl ) cvs? ( dev-vcs/cvs ) dtc? ( sys-apps/dtc ) git? ( dev-vcs/git ) diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2-r1.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2-r1.ebuild index 4c65f6f9438b..ee2ab17cd25b 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2-r1.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2-r1.ebuild @@ -29,6 +29,7 @@ SLOT="0" REQUIRED_USE="${PYTHON_REQUIRED_USE}" IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget" +# TODO: Consider dropping these USE (optfeature), but configure does check for them BDEPEND=" app-arch/unzip >=app-shells/bash-3.1 @@ -38,7 +39,7 @@ BDEPEND=" sys-apps/texinfo sys-devel/bison sys-devel/flex - curl? ( net-misc/curl ) + curl? ( net-misc/curl ) cvs? ( dev-vcs/cvs ) dtc? ( sys-apps/dtc ) git? ( dev-vcs/git ) diff --git a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild index 4c65f6f9438b..ee2ab17cd25b 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild @@ -29,6 +29,7 @@ SLOT="0" REQUIRED_USE="${PYTHON_REQUIRED_USE}" IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget" +# TODO: Consider dropping these USE (optfeature), but configure does check for them BDEPEND=" app-arch/unzip >=app-shells/bash-3.1 @@ -38,7 +39,7 @@ BDEPEND=" sys-apps/texinfo sys-devel/bison sys-devel/flex - curl? ( net-misc/curl ) + curl? ( net-misc/curl ) cvs? ( dev-vcs/cvs ) dtc? ( sys-apps/dtc ) git? ( dev-vcs/git ) |