diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 05:03:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:22 +0100 |
commit | b72f77ebf75d41b781e748616c5220df0113b8f1 (patch) | |
tree | ebcaa2b015c639654dd6c823ed901137c40927f5 | |
parent | media-sound/rawrec: drop unused flag-o-matic (diff) | |
download | gentoo-b72f77ebf75d41b781e748616c5220df0113b8f1.tar.gz gentoo-b72f77ebf75d41b781e748616c5220df0113b8f1.tar.bz2 gentoo-b72f77ebf75d41b781e748616c5220df0113b8f1.zip |
net-misc/rwbs: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/rwbs/rwbs-0.27-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/rwbs/rwbs-0.27-r2.ebuild b/net-misc/rwbs/rwbs-0.27-r2.ebuild index d89840ef568c..f5316f9d5c4c 100644 --- a/net-misc/rwbs/rwbs-0.27-r2.ebuild +++ b/net-misc/rwbs/rwbs-0.27-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Roger Wilco base station" HOMEPAGE="http://rogerwilco.gamespy.com/" -SRC_URI="http://games.gci.net/pub/VoiceOverIP/RogerWilco/rwbs_Linux_0_27.tar.gz" +SRC_URI="http://games.gci.net/pub/VoiceOverIP/RogerWilco/rwbs_Linux_$(ver_rs 1-2 '_').tar.gz" SLOT="0" LICENSE="Resounding GPL-2" |