diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-03-28 14:28:04 -0600 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-03-31 22:26:08 +0200 |
commit | c5d323e74d5e95e9e4c97b9ed54f513c7f6ff132 (patch) | |
tree | 3529f6f1ebb64325aeeb410f7663f59990209e55 /app-misc | |
parent | app-misc/linux-logo: add patch to remove implicit dependency on sys-apps/which (diff) | |
download | gentoo-c5d323e74d5e95e9e4c97b9ed54f513c7f6ff132.tar.gz gentoo-c5d323e74d5e95e9e4c97b9ed54f513c7f6ff132.tar.bz2 gentoo-c5d323e74d5e95e9e4c97b9ed54f513c7f6ff132.zip |
app-misc/linux-logo: remove implicit dependency on sys-apps/which
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/30389
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/linux-logo/linux-logo-6.0.ebuild | 3 | ||||
-rw-r--r-- | app-misc/linux-logo/linux-logo-6.01.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/linux-logo/linux-logo-6.0.ebuild b/app-misc/linux-logo/linux-logo-6.0.ebuild index 3d7fa90c7339..39a3fbf85e07 100644 --- a/app-misc/linux-logo/linux-logo-6.0.ebuild +++ b/app-misc/linux-logo/linux-logo-6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,6 +20,7 @@ BDEPEND="nls? ( sys-devel/gettext )" PATCHES=( "${FILESDIR}"/"${P}"-configure.patch + "${FILESDIR}"/"${P}"-which.patch ) DOCS=( BUGS README README.CUSTOM_LOGOS TODO USAGE LINUX_LOGO.FAQ ) diff --git a/app-misc/linux-logo/linux-logo-6.01.ebuild b/app-misc/linux-logo/linux-logo-6.01.ebuild index 73344efa46bc..536d8fb11d8e 100644 --- a/app-misc/linux-logo/linux-logo-6.01.ebuild +++ b/app-misc/linux-logo/linux-logo-6.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,7 @@ BDEPEND="nls? ( sys-devel/gettext )" PATCHES=( "${FILESDIR}"/"${PN}"-6.0-configure.patch + "${FILESDIR}"/"${PN}"-6.0-which.patch ) DOCS=( BUGS README README.CUSTOM_LOGOS TODO USAGE LINUX_LOGO.FAQ ) |