summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-12-06 10:18:32 +0100
committerMartin Väth <martin@mvath.de>2017-12-06 10:18:32 +0100
commit4140b8bfbd443d44fcf3c1a475dda99586746b29 (patch)
treef84928c0d7771ef92219d8c73a1e0d24ae113400 /eclass
parentavidemux: Do not use c++-17 (diff)
downloadmv-4140b8bfbd443d44fcf3c1a475dda99586746b29.tar.gz
mv-4140b8bfbd443d44fcf3c1a475dda99586746b29.tar.bz2
mv-4140b8bfbd443d44fcf3c1a475dda99586746b29.zip
mv_mozextension-r1.eclass: Fix name
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mv_mozextension-r1.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mv_mozextension-r1.eclass b/eclass/mv_mozextension-r1.eclass
index 454cd1bc..1f25a6a4 100644
--- a/eclass/mv_mozextension-r1.eclass
+++ b/eclass/mv_mozextension-r1.eclass
@@ -1,7 +1,7 @@
# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# @ECLASS: moz.eclass
+# @ECLASS: mv_mozextension-r1.eclass
# @MAINTAINER:
# Martin Väth <martin@mvath.de>
# @BLURB: This eclass provides functions to install mozilla extensions
@@ -10,12 +10,12 @@
# and compatiblity fixes.
# @EXAMPLE:
# @CODE
-# inherit moz
+# inherit mv_mozextension-r1
#
# moz_defaults firefox palemoon seamonkey # no arguments mean all browsers
#
# @CODE
-# inherit moz
+# inherit mv_mozextension-r1
#
# MOZ="<firefox-57 palemoon seamonkey"
# DEPEND=${MOZ_DEPEND}