mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
Closes: https://bugs.gentoo.org/794112 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
16 lines
322 B
Bash
16 lines
322 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit R-packages
|
|
|
|
DESCRIPTION='List, Query, Manipulate System Processes'
|
|
KEYWORDS="~amd64"
|
|
LICENSE='MIT'
|
|
|
|
DEPEND=">=dev-lang/R-3.1"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" )
|