mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-process/rtirq: use HTTPS, fix SRC_URI
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11572 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
fe75c2d62a
commit
774b0f8ea3
@@ -1,12 +1,12 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers"
|
||||
HOMEPAGE="http://www.rncbc.org/archive/#rtirq"
|
||||
HOMEPAGE="https://www.rncbc.org/archive/#rtirq"
|
||||
|
||||
SRC_URI="http://www.rncbc.org/archive/${P}.tar.gz"
|
||||
SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@@ -6,8 +6,8 @@ EAPI="7"
|
||||
inherit linux-info systemd
|
||||
|
||||
DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers"
|
||||
HOMEPAGE="http://www.rncbc.org/archive/#rtirq"
|
||||
SRC_URI="http://www.rncbc.org/archive/${P}.tar.gz"
|
||||
HOMEPAGE="https://www.rncbc.org/archive/#rtirq"
|
||||
SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user