dev-util/dejagnu: The html docs seem to be gone, bug 622600
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 3 Oct 2017 19:55:01 +0000 (21:55 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 3 Oct 2017 19:55:21 +0000 (21:55 +0200)
Closes: https://bugs.gentoo.org/622600
Package-Manager: Portage-2.3.11, Repoman-2.3.3

dev-util/dejagnu/dejagnu-1.6.ebuild

index 6ea9754aa7957ff550aba2e77aa8149ff4053e72..3c1d667317da42c63dbe9dcf60683af8866690ab 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="doc"
+IUSE=""
 
 DEPEND="dev-lang/tcl
        dev-tcltk/expect"
@@ -25,5 +25,4 @@ src_test() {
 src_install() {
        emake install DESTDIR="${D}"
        dodoc AUTHORS ChangeLog NEWS README TODO
-       use doc && dodoc -r doc/html
 }