diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:31:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:16 +0000 |
commit | 4180656b30b046b306df0cede2a544f31baa1cff (patch) | |
tree | 267117be04f13ee77e1ce5e366043a87899685db /dev-scheme | |
parent | dev-java/icedtea: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-4180656b30b046b306df0cede2a544f31baa1cff.tar.gz gentoo-4180656b30b046b306df0cede2a544f31baa1cff.tar.bz2 gentoo-4180656b30b046b306df0cede2a544f31baa1cff.zip |
dev-scheme/ypsilon: app-arch/cpio -> app-alternatives/cpio
All of these will be using app-alternatives/cpio anyway as they're not calling
gcpio, so make the dep reflect reality.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild index 552d06b82422..5dea3a7bde37 100644 --- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild +++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -RDEPEND="app-arch/cpio" +RDEPEND="app-alternatives/cpio" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |