diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-08-12 17:57:05 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-08-12 17:57:05 -0400 |
commit | 28e745c4b9c45a0e0862336eb67d8b7c5a416da7 (patch) | |
tree | 7965949c897a38b676dd2a74b2f275178751d77c /eclass | |
parent | 40f9f4077e66e27f9c1dece0acdc8dc4282fafca (diff) | |
download | gentoo-overlay-28e745c4b9c45a0e0862336eb67d8b7c5a416da7.tar.xz gentoo-overlay-28e745c4b9c45a0e0862336eb67d8b7c5a416da7.zip |
fix pkgcheck issues
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/virtualwl.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/virtualwl.eclass b/eclass/virtualwl.eclass index c3391ce..9146425 100644 --- a/eclass/virtualwl.eclass +++ b/eclass/virtualwl.eclass @@ -17,7 +17,7 @@ esac if [[ ! ${_VIRTUALWL_ECLASS} ]]; then _VIRTUALWL_ECLASS=1 -# @ECLASS-VARIABLE: VIRTUALWL_REQUIRED +# @ECLASS_VARIABLE: VIRTUALWL_REQUIRED # @PRE_INHERIT # @DESCRIPTION: # Variable specifying the dependency on wayland. @@ -28,7 +28,7 @@ _VIRTUALWL_ECLASS=1 # into "kde? ( )" and add kde into IUSE. : ${VIRTUALWL_REQUIRED:=test} -# @ECLASS-VARIABLE: VIRTUALWL_DEPEND +# @ECLASS_VARIABLE: VIRTUALWL_DEPEND # @OUTPUT_VARIABLE # @DESCRIPTION: # Standard dependencies string that is automatically added to BDEPEND |