Skip to content

Commit

Permalink
dev-lang/R: add missing x11-libs/libXt dependency.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/801910
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <[email protected]>
  • Loading branch information
orlitzky committed Jul 12, 2021
1 parent 10dff37 commit bc088c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/R/R-4.1.0.ebuild → dev-lang/R/R-4.1.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DEPEND="
readline? ( sys-libs/readline:0= )
tiff? ( media-libs/tiff:0= )
tk? ( dev-lang/tk:0= )
X? ( x11-libs/libXmu:0= x11-misc/xdg-utils )"
X? ( x11-libs/libXmu:0= x11-libs/libXt x11-misc/xdg-utils )"

RDEPEND="${DEPEND}
sys-libs/zlib:0[minizip]
Expand Down

0 comments on commit bc088c4

Please sign in to comment.