diff options
author | 2021-05-25 12:30:25 +0200 | |
---|---|---|
committer | 2021-05-25 12:30:59 +0200 | |
commit | 7364e1e92849f8408182258202d6586402247b9a (patch) | |
tree | f6031a5b50dafeae4c059062490790ca1f589fe7 /sys-auth | |
parent | sys-auth/pam_skey: Change PATCHES into an array (diff) | |
download | gentoo-7364e1e92849f8408182258202d6586402247b9a.tar.gz gentoo-7364e1e92849f8408182258202d6586402247b9a.tar.bz2 gentoo-7364e1e92849f8408182258202d6586402247b9a.zip |
sys-auth/skey: Change PATCHES into an array
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/skey/skey-1.1.5-r11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/skey/skey-1.1.5-r11.ebuild b/sys-auth/skey/skey-1.1.5-r11.ebuild index 5fac943577f3..835cde8edc67 100644 --- a/sys-auth/skey/skey-1.1.5-r11.ebuild +++ b/sys-auth/skey/skey-1.1.5-r11.ebuild @@ -21,7 +21,7 @@ RDEPEND="dev-lang/perl virtual/perl-Time-Local sys-libs/cracklib" -PATCHES="../patch" +PATCHES=("${WORKDIR}/patch") src_configure() { tc-export CC |