commit: 7535dc9d4b6c455417277d2dafaaebb6cc91ec8c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri May 4 05:20:32 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri May 4 05:20:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7535dc9d
bzr.eclass: Update description. Functions for patching and bootstrapping are gone since some time. eclass/bzr.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index 710b64db28c..7fa682e1250 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.eclass @@ -11,9 +11,9 @@ # Christian Faulhammer <[email protected]> # @BLURB: generic fetching functions for the Bazaar VCS # @DESCRIPTION: -# The bzr.eclass provides functions to fetch, unpack, patch, and -# bootstrap sources from repositories of the Bazaar distributed version -# control system. The eclass was originally derived from git.eclass. +# The bzr.eclass provides functions to fetch and unpack sources from +# repositories of the Bazaar distributed version control system. +# The eclass was originally derived from git.eclass. # # Note: Just set EBZR_REPO_URI to the URI of the branch and src_unpack() # of this eclass will export the branch to ${WORKDIR}/${P}.
