diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 03:32:16 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:53:25 -0700 |
commit | c36436e0e6ee44cf69db0365a170dd4538ff1fac (patch) | |
tree | c6e183dead06bf03a689239df981a714329de8e5 /sys-process/dumb-init | |
parent | sys-fs/etcd-fs: remove variables from HOMEPAGE (diff) | |
download | gentoo-c36436e0e6ee44cf69db0365a170dd4538ff1fac.tar.gz gentoo-c36436e0e6ee44cf69db0365a170dd4538ff1fac.tar.bz2 gentoo-c36436e0e6ee44cf69db0365a170dd4538ff1fac.zip |
sys-process/dumb-init: remove variables from homepage
Closes: https://github.com/gentoo/gentoo/pull/7967
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sys-process/dumb-init')
-rw-r--r-- | sys-process/dumb-init/dumb-init-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/dumb-init/dumb-init-1.2.0.ebuild b/sys-process/dumb-init/dumb-init-1.2.0.ebuild index ef14aeec42c7..34d2910320b7 100644 --- a/sys-process/dumb-init/dumb-init-1.2.0.ebuild +++ b/sys-process/dumb-init/dumb-init-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="A minimal init system for Linux containers" -HOMEPAGE="https://github.com/Yelp/${PN}" +HOMEPAGE="https://github.com/Yelp/dumb-init" SRC_URI="https://github.com/Yelp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |