diff options
author | 2023-06-30 14:26:34 +0100 | |
---|---|---|
committer | 2023-06-30 14:26:34 +0100 | |
commit | ae0aef6c676ac85c3cbaef87297e209e0890b2d2 (patch) | |
tree | 4cef2be2f89cca167520ac40c863e53f3a871e8f | |
parent | dev-libs/urdfdom_headers: drop blank DEPEND/RDEPEND (diff) | |
download | gentoo-ae0aef6c676ac85c3cbaef87297e209e0890b2d2.tar.gz gentoo-ae0aef6c676ac85c3cbaef87297e209e0890b2d2.tar.bz2 gentoo-ae0aef6c676ac85c3cbaef87297e209e0890b2d2.zip |
dev-libs/xbyak: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/xbyak/xbyak-5.73.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-libs/xbyak/xbyak-5.73.ebuild b/dev-libs/xbyak/xbyak-5.73.ebuild index 751793158e94..85635a43d774 100644 --- a/dev-libs/xbyak/xbyak-5.73.ebuild +++ b/dev-libs/xbyak/xbyak-5.73.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,10 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - src_compile() { :; } src_install() { |