aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2021-05-31 21:45:15 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2021-05-31 21:45:15 +0200
commit19651c14fd9ba92f1d32dd4c5c2eb4c2a14019b2 (patch)
tree9a8a9614150495707cc4cb9b4d50014c6c7d49c3
parentproj/gentoo-vdr-scripts: some cleanups, changes for better handling in ebuild (diff)
downloadgentoo-vdr-scripts-gvs-3.x.tar.gz
gentoo-vdr-scripts-gvs-3.x.tar.bz2
gentoo-vdr-scripts-gvs-3.x.zip
repo/gentoo-vdr-scripts: vdrplugin-rebuild bump to 0.6gvs-3.x
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
-rw-r--r--vdrplugin-rebuild/vdrplugin-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrplugin-rebuild/vdrplugin-rebuild b/vdrplugin-rebuild/vdrplugin-rebuild
index 5af2109..0dcb340 100644
--- a/vdrplugin-rebuild/vdrplugin-rebuild
+++ b/vdrplugin-rebuild/vdrplugin-rebuild
@@ -18,7 +18,7 @@ if [[ `id -u` != 0 ]]; then
exit 1
fi
-R_VERSION="0.5"
+R_VERSION="0.6"
R_DBPATH="${ROOT}/usr/share/vdr/vdrplugin-rebuild"
R_PORTAGEQ="`type -p portageq 2>/dev/null`"
if [[ -z ${R_PORTAGEQ} ]]; then