Skip to content

Commit

Permalink
media-gfx/gifsicle: Install NEWS.md.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.36, Repoman-2.3.9
  • Loading branch information
Jeroen Roovers committed May 12, 2018
1 parent e0c148d commit b954ecf
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions media-gfx/gifsicle/gifsicle-1.91.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,20 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="X"

RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )"
RDEPEND="
X? (
x11-libs/libX11
x11-libs/libXt
)
"
DEPEND="
${RDEPEND}
X? ( x11-base/xorg-proto )
"
DOCS=(
NEWS.md
README.md
)

src_configure() {
econf $(usex X "" "--disable-gifview")
Expand Down

0 comments on commit b954ecf

Please sign in to comment.