diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-01-11 17:04:37 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-01-12 15:36:00 +0100 |
| commit | f7fdfdaeec3764929686064a6054c38a6b2d7788 (patch) | |
| tree | a420a7aa231f9c43b9911a90b4cfa99ba60b3a24 /dev-cpp/benchmark/benchmark-1.8.3.ebuild | |
| parent | 97d464ca1fac11a186de447c6e258771063af450 (diff) | |
| download | gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.tar.gz gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.tar.bz2 gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.zip | |
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation
*files* and not software. Move it to app-text/ where it seems a better
fit.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/benchmark/benchmark-1.8.3.ebuild')
| -rw-r--r-- | dev-cpp/benchmark/benchmark-1.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.8.3.ebuild b/dev-cpp/benchmark/benchmark-1.8.3.ebuild index 097f257780d8..20e8f88dad8d 100644 --- a/dev-cpp/benchmark/benchmark-1.8.3.ebuild +++ b/dev-cpp/benchmark/benchmark-1.8.3.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86" IUSE="debug doc test" RESTRICT="!test? ( test )" -BDEPEND="doc? ( app-doc/doxygen ) +BDEPEND="doc? ( app-text/doxygen ) test? ( >=dev-cpp/gtest-1.11.0 )" src_configure() { |
