diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-01-15 16:02:14 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-01-15 16:02:57 +0300 |
commit | 5f7e325caf4521fe91769f266d230b0a0cde617c (patch) | |
tree | 7b11c124d87055b22d9753a741b0ea058f52fd7c /net-firewall | |
parent | net-firewall/rtsp-conntrack: version bump (diff) | |
download | gentoo-5f7e325caf4521fe91769f266d230b0a0cde617c.tar.gz gentoo-5f7e325caf4521fe91769f266d230b0a0cde617c.tar.bz2 gentoo-5f7e325caf4521fe91769f266d230b0a0cde617c.zip |
net-firewall/rtsp-conntrack-4.18-r1: stable on amd64/x86
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/rtsp-conntrack/rtsp-conntrack-4.18-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/rtsp-conntrack/rtsp-conntrack-4.18-r1.ebuild b/net-firewall/rtsp-conntrack/rtsp-conntrack-4.18-r1.ebuild index 87432ce2dcc8..c2701dcf2219 100644 --- a/net-firewall/rtsp-conntrack/rtsp-conntrack-4.18-r1.ebuild +++ b/net-firewall/rtsp-conntrack/rtsp-conntrack-4.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/maru-sama/rtsp-linux/archive/${PV}.tar.gz -> ${P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/rtsp-linux-${PV}" |