diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-14 16:46:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-21 19:22:41 +0100 |
commit | 0e6856796a48e90ffe4ea97430b87ee4e708da58 (patch) | |
tree | 1e118acc4564ebc1d4eaa69743d13a4c2d1ba27f /app-portage | |
parent | app-portage/eclass-manpages: Add myself as co-maint (diff) | |
download | gentoo-0e6856796a48e90ffe4ea97430b87ee4e708da58.tar.gz gentoo-0e6856796a48e90ffe4ea97430b87ee4e708da58.tar.bz2 gentoo-0e6856796a48e90ffe4ea97430b87ee4e708da58.zip |
app-portage/eclass-manpages: Clearly indicate the live ebuild, #612422
The current eclass-manpages ebuild uses the live tree to generate
the manpages. The resulting manpages can therefore differ on each
rebuild, and the ebuild can trigger broken output at random points
in time depending on the current state of eclasses. Furthermore,
the package contents randomly become stale and the user needs to rebuild
it manually in order to obtain new contents.
All this considered, the current ebuild is in essence a live ebuild.
Following the policies for live ebuilds, rename it to version 9999*
and remove all the keywords. Users wishing to use the live ebuild can
unmask it per the policy.
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eclass-manpages/eclass-manpages-99999999.ebuild (renamed from app-portage/eclass-manpages/eclass-manpages-20170201.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/eclass-manpages/eclass-manpages-20170201.ebuild b/app-portage/eclass-manpages/eclass-manpages-99999999.ebuild index bea1462cfc11..c71e840ba594 100644 --- a/app-portage/eclass-manpages/eclass-manpages-20170201.ebuild +++ b/app-portage/eclass-manpages/eclass-manpages-99999999.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="" IUSE="" S=${WORKDIR} |