commit: de9a17c1d2d9661964ab04359727a0ecae78e76b Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Mar 10 14:54:08 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Mar 10 14:54:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de9a17c1
sci-libs/dcmtk: Fix compilation with USE=-doc, fixes https://github.com/gentoo-science/sci/issues/385 Package-Manager: portage-2.2.18 sci-libs/dcmtk/ChangeLog | 6 +++++- sci-libs/dcmtk/dcmtk-3.6.0.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-libs/dcmtk/ChangeLog b/sci-libs/dcmtk/ChangeLog index 3177dd5..869f1ff 100644 --- a/sci-libs/dcmtk/ChangeLog +++ b/sci-libs/dcmtk/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-libs/dcmtk -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Mar 2015; Justin Lecher <[email protected]> dcmtk-3.6.0.ebuild: + sci-libs/dcmtk: Fix compilation with USE=-doc, fixes https://github.com + /gentoo-science/sci/issues/385 + 13 Nov 2014; Justin Lecher <[email protected]> dcmtk-3.6.0.ebuild, metadata.xml: Move large patch into patch dir diff --git a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild index 67d2bb8..b78553d 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -19,7 +19,7 @@ SLOT="0" IUSE="doc png ssl tcpd +threads tiff xml zlib" RDEPEND=" - virtual/jpeg + virtual/jpeg:0= png? ( media-libs/libpng:0= ) ssl? ( dev-libs/openssl:= ) tcpd? ( sys-apps/tcp-wrappers ) @@ -71,5 +71,5 @@ src_configure() { } src_compile() { - cmake-utils_src_compile all $(usex doc "html") + cmake-utils_src_compile all $(usex doc "html" "") }
