dev-util/dejagnu: The html docs seem to be gone, bug 622600

Closes: https://bugs.gentoo.org/622600
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
Andreas K. Hüttel
2017-10-03 21:55:01 +02:00
parent f6481a5afe
commit 6b74cfac2c

View 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
}