Skip to content

Commit

Permalink
dev-libs/DirectFB: Drop unnecessary x11-proto dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mattst88 committed Apr 28, 2018
1 parent 288cd84 commit 4c9e0b7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ RDEPEND="
)
tremor? ( media-libs/tremor )
truetype? ( >=media-libs/freetype-2.0.1 )
vdpau? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXext x11-libs/libvdpau )
vdpau? ( x11-libs/libX11 x11-libs/libXext x11-libs/libvdpau )
vorbis? ( media-libs/libvorbis )
webp? ( media-libs/libwebp )
X? ( x11-libs/libXext x11-libs/libX11 )
xine? ( media-libs/xine-lib[vdpau?] )
zlib? ( sys-libs/zlib ) "
DEPEND="${RDEPEND}
X? ( x11-proto/xextproto x11-proto/xproto )"
DEPEND="${RDEPEND}"

src_prepare() {
epatch \
Expand Down

0 comments on commit 4c9e0b7

Please sign in to comment.