diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 14:35:59 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-13 15:07:47 +0300 |
commit | d8a2fc68b7c0c22d63a4bbd95355b79f5aabdd4e (patch) | |
tree | 891ad7efcf95c1c74927b8cb5bc7d64067657568 /sys-auth/realtime-base | |
parent | sys-auth/nss-myhostname: remove empty variables (diff) | |
download | gentoo-d8a2fc68b7c0c22d63a4bbd95355b79f5aabdd4e.tar.gz gentoo-d8a2fc68b7c0c22d63a4bbd95355b79f5aabdd4e.tar.bz2 gentoo-d8a2fc68b7c0c22d63a4bbd95355b79f5aabdd4e.zip |
sys-auth/realtime-base: remove empty variables
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-auth/realtime-base')
-rw-r--r-- | sys-auth/realtime-base/realtime-base-0.1-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild b/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild index 4f8202ec7a5b..68984bdb79a1 100644 --- a/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild +++ b/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild @@ -1,23 +1,19 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Sets up realtime scheduling" HOMEPAGE="https://jackaudio.org/faq/linux_rt_config.html" -SRC_URI="" +S="${WORKDIR}" LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" -DEPEND="" RDEPEND="acct-group/realtime sys-libs/pam" -S="${WORKDIR}" - limitsdfile=40-${PN}.conf rtgroup=realtime |