commit: 2cda61a555752fe7fa5f6d2ea1d4151bfacc3d65 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Tue Jul 30 12:34:33 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Aug 13 12:07:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cda61a5
sys-auth/nss-myhostname: remove empty variables Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild b/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild index d1117fb2df91..f84cac52cec1 100644 --- a/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild +++ b/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,12 +10,8 @@ SRC_URI="https://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86" -IUSE="" -COMMON_DEPEND="" -RDEPEND="${COMMON_DEPEND} - !>=sys-apps/systemd-197" -DEPEND="${COMMON_DEPEND}" +RDEPEND="!>=sys-apps/systemd-197" src_prepare() { # The documentation in doc/ is just the README file in other formats
