commit:     b610b2d427350559fbf15bf02000530118eda811
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:39:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:51:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b610b2d4

app-backup/backuppc: fix variable reference style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/backuppc/backuppc-3.3.1-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/backuppc/backuppc-3.3.1-r6.ebuild 
b/app-backup/backuppc/backuppc-3.3.1-r6.ebuild
index 97bacafc0e0..5d45affdb88 100644
--- a/app-backup/backuppc/backuppc-3.3.1-r6.ebuild
+++ b/app-backup/backuppc/backuppc-3.3.1-r6.ebuild
@@ -25,14 +25,14 @@ DEPEND="
        dev-lang/perl
 "
 
-# The CGI modules are handled in $RDEPEND.
+# The CGI modules are handled in ${RDEPEND}.
 APACHE_MODULES="apache2_modules_alias," # RedirectMatch
 APACHE_MODULES+="apache2_modules_authn_core," # AuthType
 APACHE_MODULES+="apache2_modules_authz_core," # Require
 APACHE_MODULES+="apache2_modules_authz_host," # Require host
 APACHE_MODULES+="apache2_modules_authz_user" # Require valid-user
 
-# Older versions of mod_perl think they're compatibile with apache-2.4,
+# Older versions of mod_perl think they're compatible with apache-2.4,
 # so we require the new one explicitly.
 RDEPEND="
        ${DEPEND}

Reply via email to