commit: a9826fa1522f37e0fd8dca2fe152ba5b8d7fe924
Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Tue Dec 27 20:05:19 2022 +0000
Commit: Jan Henke <gentoo <AT> taujhe <DOT> de>
CommitDate: Tue Dec 27 20:05:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9826fa1
dev-embedded/etlcpp: Remove left over comments
Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de>
dev-embedded/etlcpp/etlcpp-20.35.8.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-embedded/etlcpp/etlcpp-20.35.8.ebuild
b/dev-embedded/etlcpp/etlcpp-20.35.8.ebuild
index e888aee4a..fd1ffd8d5 100644
--- a/dev-embedded/etlcpp/etlcpp-20.35.8.ebuild
+++ b/dev-embedded/etlcpp/etlcpp-20.35.8.ebuild
@@ -17,25 +17,6 @@ KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
-# Run-time dependencies. Must be defined to whatever this depends on to run.
-# Example:
-# ssl? ( >=dev-libs/openssl-1.0.2q:0= )
-# >=dev-lang/perl-5.24.3-r1
-# It is advisable to use the >= syntax show above, to reflect what you
-# had installed on your system when you tested the package. Then
-# other users hopefully won't be caught without the right version of
-# a dependency.
-#RDEPEND=""
-
-# Build-time dependencies that need to be binary compatible with the system
-# being built (CHOST). These include libraries that we link against.
-# The below is valid if the same run-time depends are required to compile.
-#DEPEND="${RDEPEND}"
-
-# Build-time dependencies that are executed during the emerge process, and
-# only need to be present in the native build system (CBUILD). Example:
-#BDEPEND="virtual/pkgconfig"
-
src_configure() {
local mycmakeargs=(
-DBUILD_TESTS=$(usex test)