diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 19:32:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:01:46 +0100 |
commit | d2d3b2133e24918ac2317e827a6f0957ca5a50ab (patch) | |
tree | 8ef828b0298087590e14ca307f732788b2cd6c61 /dev-util/debhelper | |
parent | dev-util/ddd: eutils->desktop (diff) | |
download | gentoo-d2d3b2133e24918ac2317e827a6f0957ca5a50ab.tar.gz gentoo-d2d3b2133e24918ac2317e827a6f0957ca5a50ab.tar.bz2 gentoo-d2d3b2133e24918ac2317e827a6f0957ca5a50ab.zip |
dev-util/debhelper: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/debhelper')
-rw-r--r-- | dev-util/debhelper/debhelper-13.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/debhelper/debhelper-13.2.1.ebuild b/dev-util/debhelper/debhelper-13.2.1.ebuild index 8b150d906aa6..21388aec1ce0 100644 --- a/dev-util/debhelper/debhelper-13.2.1.ebuild +++ b/dev-util/debhelper/debhelper-13.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" HOMEPAGE="https://tracker.debian.org/pkg/debhelper" |