summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-30 23:54:57 +0100
committerSam James <sam@gentoo.org>2022-10-01 00:24:14 +0100
commit36376e01a38f0ebe12745acc49fb66286bc41b1a (patch)
tree4c7b530fa39da8e194a78abedfab0f2bd3623b7c /dev-libs
parentdev-java/janino: fix StaticSrcUri (diff)
downloadgentoo-36376e01a38f0ebe12745acc49fb66286bc41b1a.tar.gz
gentoo-36376e01a38f0ebe12745acc49fb66286bc41b1a.tar.bz2
gentoo-36376e01a38f0ebe12745acc49fb66286bc41b1a.zip
dev-libs/eventlog: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/eventlog/eventlog-0.2.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/eventlog/eventlog-0.2.12.ebuild b/dev-libs/eventlog/eventlog-0.2.12.ebuild
index 528c481f39e5..63c44c31efbd 100644
--- a/dev-libs/eventlog/eventlog-0.2.12.ebuild
+++ b/dev-libs/eventlog/eventlog-0.2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ inherit libtool
DESCRIPTION="Support library for syslog-ng"
HOMEPAGE="http://www.balabit.com/products/syslog_ng/"
-SRC_URI="http://www.balabit.com/downloads/files/eventlog/0.2//eventlog_${PV}.tar.gz"
+SRC_URI="http://www.balabit.com/downloads/files/eventlog/$(ver_cut 1-2)/eventlog_${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"