sys-devel/automake: Don't re-generate info pages (bug #589138).

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2016-10-21 13:14:04 +02:00
parent 8c609c9fd5
commit fcf8941dba
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-1.10-perl-5.16.patch #424453
chmod a+rx tests/*.test
sed -i -e "/APIVERSION=/s:=.*:=${SLOT}:" configure || die
export TZ="UTC" #589138
}
src_configure() {

View File

@@ -30,6 +30,7 @@ src_prepare() {
chmod a+rx tests/*.test
export HELP2MAN=true
sed -i -e "/APIVERSION=/s:=.*:=${SLOT}:" configure || die
export TZ="UTC" #589138
}
src_configure() {