diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-28 01:56:51 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-28 01:57:08 +0200 |
commit | 72495953995a4a71f74f6aeaf1ae91eb6067779b (patch) | |
tree | dc7b69d228b3f0142f941c2d0d8fdbf897f69fa7 /net-nntp | |
parent | media-radio/js8call: bump (diff) | |
download | gentoo-72495953995a4a71f74f6aeaf1ae91eb6067779b.tar.gz gentoo-72495953995a4a71f74f6aeaf1ae91eb6067779b.tar.bz2 gentoo-72495953995a4a71f74f6aeaf1ae91eb6067779b.zip |
net-nntp/sabnzbd: fix MY_P
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild b/net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild index 634f3717c4fe..2a8fb3992d67 100644 --- a/net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-3.0.0_rc1_pre0.ebuild @@ -9,11 +9,10 @@ PYTHON_REQ_USE="sqlite" inherit python-single-r1 user systemd -MY_P="${P/sab/SAB}" -MY_P="${MY_P/_rc/RC}" -MY_P="${MY_P//_pre*}" - MY_PV="${PV/_rc/RC}" +MY_PV="${MY_PV//_pre*}" + +MY_P="${PN/sab/SAB}-${MY_PV}" DESCRIPTION="Binary newsgrabber with web-interface" HOMEPAGE="https://sabnzbd.org/" |