mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
*/*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -11,7 +11,6 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
!sys-process/cronie
|
||||
!sys-process/bcron
|
||||
@@ -19,7 +18,6 @@ RDEPEND="
|
||||
!sys-process/fcron
|
||||
!sys-process/systemd-cron
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
emake MANPREFIX="/usr/share/man" PREFIX="/usr" DESTDIR="${D}" install
|
||||
|
||||
Reference in New Issue
Block a user