diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-28 13:38:49 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-28 13:38:49 -0400 |
commit | d85ccc3098a292e8b5591f6e89a8d12ec535b0fa (patch) | |
tree | af893c86e96a5c94b81a188dd96379100da3c072 /x11-misc | |
parent | d3f22535221f3b99a9b3f4f8f7a5558ef731749b (diff) | |
download | gentoo-overlay-d85ccc3098a292e8b5591f6e89a8d12ec535b0fa.tar.xz gentoo-overlay-d85ccc3098a292e8b5591f6e89a8d12ec535b0fa.zip |
tree-wide fixes
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/redshift/redshift-1.12-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/redshift/redshift-1.12-r4.ebuild b/x11-misc/redshift/redshift-1.12-r4.ebuild index 6e03f65..2009403 100644 --- a/x11-misc/redshift/redshift-1.12-r4.ebuild +++ b/x11-misc/redshift/redshift-1.12-r4.ebuild @@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND} " REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )" -PATCHES+=( ${FILESDIR}/redshift-wlroots-gamma.patch ) +PATCHES+=( "${FILESDIR}/redshift-wlroots-gamma.patch" ) src_prepare() { default |