diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-27 18:51:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-27 18:51:12 +0000 |
| commit | 5a42dba63cb4192c31a4fa0ec58d1378cf0bbd5c (patch) | |
| tree | ac3bb030745d80b1bdda3e6bd379f714de7d88f3 /dev-cpp | |
| parent | 8fd95d70d92855e5184d00d522ce5d65afd4bb68 (diff) | |
| download | baldeagleos-repo-5a42dba63cb4192c31a4fa0ec58d1378cf0bbd5c.tar.gz baldeagleos-repo-5a42dba63cb4192c31a4fa0ec58d1378cf0bbd5c.tar.xz baldeagleos-repo-5a42dba63cb4192c31a4fa0ec58d1378cf0bbd5c.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/trompeloeil/trompeloeil-47.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-cpp/trompeloeil/trompeloeil-47.ebuild b/dev-cpp/trompeloeil/trompeloeil-47.ebuild index 8dd31dfdc4be..d3c369781572 100644 --- a/dev-cpp/trompeloeil/trompeloeil-47.ebuild +++ b/dev-cpp/trompeloeil/trompeloeil-47.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,6 +15,8 @@ KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" +BDEPEND="test? ( >=dev-cpp/catch-2:0 )" + src_configure() { local mycmakeargs=( -DTROMPELOEIL_BUILD_TESTS=$(usex test) |
