diff options
author | 2023-06-08 23:29:14 +0100 | |
---|---|---|
committer | 2023-06-08 23:34:25 +0100 | |
commit | 13241fcd1b46bff20cb785f85a52a6f2fe64ee5e (patch) | |
tree | b5f267b0482cf0df8fa2f88c432789b8e185c4b6 /sys-apps/earlyoom/earlyoom-1.6.2.ebuild | |
parent | x11-wm/xpra: use virtual/pandoc (diff) | |
download | gentoo-13241fcd1b46bff20cb785f85a52a6f2fe64ee5e.tar.gz gentoo-13241fcd1b46bff20cb785f85a52a6f2fe64ee5e.tar.bz2 gentoo-13241fcd1b46bff20cb785f85a52a6f2fe64ee5e.zip |
sys-apps/earlyoom: use virtual/pandoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/earlyoom/earlyoom-1.6.2.ebuild')
-rw-r--r-- | sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild index 34481cbb8a2f..f99e75ee9507 100644 --- a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ IUSE="docs systemd test" RDEPEND="" DEPEND="" BDEPEND=" - docs? ( app-text/pandoc ) + docs? ( virtual/pandoc ) test? ( dev-lang/go ) " |