diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-05-04 07:20:32 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-05-04 07:20:32 +0200 |
commit | 7535dc9d4b6c455417277d2dafaaebb6cc91ec8c (patch) | |
tree | 6f3030912163e7e38f0c6417b6a0cd80f5d95f1a /eclass/bzr.eclass | |
parent | dev-ruby/rails: add rails 5.2.0 (diff) | |
download | gentoo-7535dc9d4b6c455417277d2dafaaebb6cc91ec8c.tar.gz gentoo-7535dc9d4b6c455417277d2dafaaebb6cc91ec8c.tar.bz2 gentoo-7535dc9d4b6c455417277d2dafaaebb6cc91ec8c.zip |
bzr.eclass: Update description.
Functions for patching and bootstrapping are gone since some time.
Diffstat (limited to 'eclass/bzr.eclass')
-rw-r--r-- | eclass/bzr.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index 710b64db28c0..7fa682e12501 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.eclass @@ -11,9 +11,9 @@ # Christian Faulhammer <fauli@gentoo.org> # @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}. |