diff options
author | Sam James <sam@gentoo.org> | 2023-06-08 23:29:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-08 23:34:25 +0100 |
commit | 13241fcd1b46bff20cb785f85a52a6f2fe64ee5e (patch) | |
tree | b5f267b0482cf0df8fa2f88c432789b8e185c4b6 /sys-apps/earlyoom | |
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')
-rw-r--r-- | sys-apps/earlyoom/earlyoom-1.3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/earlyoom/earlyoom-1.3.ebuild b/sys-apps/earlyoom/earlyoom-1.3.ebuild index f752572222e8..f8d435b12a4b 100644 --- a/sys-apps/earlyoom/earlyoom-1.3.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.3.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 ) " 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 ) " |