diff options
author | 2021-07-14 16:48:33 -0400 | |
---|---|---|
committer | 2021-07-14 16:48:33 -0400 | |
commit | 9b6ba784585d53d07d4fa04381c54e3922f71721 (patch) | |
tree | 361055309a399eea786c0b1d6835cb27fea70fc5 /sys-kernel | |
parent | package.mask: unmask virtual/libcrypt-2, except on musl/uclibc (diff) | |
download | gentoo-9b6ba784585d53d07d4fa04381c54e3922f71721.tar.gz gentoo-9b6ba784585d53d07d4fa04381c54e3922f71721.tar.bz2 gentoo-9b6ba784585d53d07d4fa04381c54e3922f71721.zip |
sys-kernel/linux-docs: Version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-docs/linux-docs-5.10.50.ebuild (renamed from sys-kernel/linux-docs/linux-docs-5.10.17.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-docs/linux-docs-5.10.17.ebuild b/sys-kernel/linux-docs/linux-docs-5.10.50.ebuild index bd48e869dd87..cbc47ead1f0c 100644 --- a/sys-kernel/linux-docs/linux-docs-5.10.17.ebuild +++ b/sys-kernel/linux-docs/linux-docs-5.10.50.ebuild @@ -18,10 +18,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" +IUSE="graphviz" DEPEND="" -RDEPEND="" +RDEPEND="graphviz? ( media-gfx/graphviz )" BDEPEND="${PYTHON_DEPS} dev-python/sphinx dev-python/sphinx_rtd_theme |