diff options
Diffstat (limited to 'sys-block/blktrace/blktrace-1.1.0.ebuild')
-rw-r--r-- | sys-block/blktrace/blktrace-1.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/blktrace/blktrace-1.1.0.ebuild b/sys-block/blktrace/blktrace-1.1.0.ebuild index 58af31eaa2c1..ec5213126820 100644 --- a/sys-block/blktrace/blktrace-1.1.0.ebuild +++ b/sys-block/blktrace/blktrace-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,10 +6,10 @@ EAPI=5 inherit eutils toolchain-funcs flag-o-matic linux-info DESCRIPTION="btrace can show detailed info about what is happening on a block device io queue" -HOMEPAGE="http://git.kernel.dk/cgit/blktrace/" +HOMEPAGE="https://git.kernel.dk/cgit/blktrace/" MY_PN="blktrace" MY_P="${MY_PN}-${PV}" -SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2" +SRC_URI="https://brick.kernel.dk/snaps/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" |