diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-01-16 23:11:34 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-01-16 23:11:48 -0500 |
commit | e4b68aaba57e474d9cd0de2a9cecc540f393bb0c (patch) | |
tree | ab32c508d50f47e30280fdd3ad545033b12b47b1 /sys-libs | |
parent | 40aed9c7bf10b41dda07e3969a8a6dc30bc052cd (diff) | |
download | gentoo-e4b68aaba57e474d9cd0de2a9cecc540f393bb0c.tar.gz gentoo-e4b68aaba57e474d9cd0de2a9cecc540f393bb0c.tar.xz |
sys-libs/pam: disable docs rebuild
Bug: https://bugs.gentoo.org/598278
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/pam-1.2.1-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-libs/pam/pam-1.2.1.ebuild | 3 | ||||
-rw-r--r-- | sys-libs/pam/pam-1.3.0.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/pam/pam-1.2.1-r1.ebuild b/sys-libs/pam/pam-1.2.1-r1.ebuild index 728b81dd55f..0256ca296ae 100644 --- a/sys-libs/pam/pam-1.2.1-r1.ebuild +++ b/sys-libs/pam/pam-1.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -123,6 +123,7 @@ multilib_src_configure() { $(use_enable pie) --with-db-uniquename=-$(db_findver sys-libs/db) --disable-prelude + --disable-regenerate-docu ) ECONF_SOURCE=${S} \ diff --git a/sys-libs/pam/pam-1.2.1.ebuild b/sys-libs/pam/pam-1.2.1.ebuild index 035af29c7d2..bf96248ff7d 100644 --- a/sys-libs/pam/pam-1.2.1.ebuild +++ b/sys-libs/pam/pam-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -121,6 +121,7 @@ multilib_src_configure() { $(use_enable pie) --with-db-uniquename=-$(db_findver sys-libs/db) --disable-prelude + --disable-regenerate-docu ) ECONF_SOURCE=${S} \ diff --git a/sys-libs/pam/pam-1.3.0.ebuild b/sys-libs/pam/pam-1.3.0.ebuild index e901e967a4e..b88f3912f50 100644 --- a/sys-libs/pam/pam-1.3.0.ebuild +++ b/sys-libs/pam/pam-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -114,6 +114,7 @@ multilib_src_configure() { $(use_enable pie) --with-db-uniquename=-$(db_findver sys-libs/db) --disable-prelude + --disable-regenerate-docu ) ECONF_SOURCE=${S} \ |