diff options
author | Sam James <sam@gentoo.org> | 2022-09-30 23:54:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:14 +0100 |
commit | 36376e01a38f0ebe12745acc49fb66286bc41b1a (patch) | |
tree | 4c7b530fa39da8e194a78abedfab0f2bd3623b7c /dev-libs/eventlog | |
parent | dev-java/janino: fix StaticSrcUri (diff) | |
download | gentoo-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/eventlog')
-rw-r--r-- | dev-libs/eventlog/eventlog-0.2.12.ebuild | 4 |
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" |