mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
- modify src_unpack() internally instead of redefining:
functions should be defined on the order that they are called
for more info, check:
e19c6d5744 (commitcomment-172006236)
- fixed the long line which fixes the following pkgcheck error:
app-misc/watchexec
ExcessiveLineLength: version 2.3.2: excessive line length
(over 120 characters) on line: 8
- used ${var} instead of $var which was recommended by negril
Signed-off-by: ingenarel <ingenarelitems@gmail.com>