diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 21:02:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-29 21:02:57 +0200 |
commit | 58a2e00051fa73939a321158607608647348543c (patch) | |
tree | b3344cb17524ce1decaac54eb77579b2d83885d4 /sys-apps/readahead-list | |
parent | sci-physics/heppdt: ebuild tidying (diff) | |
download | gentoo-58a2e00051fa73939a321158607608647348543c.tar.gz gentoo-58a2e00051fa73939a321158607608647348543c.tar.bz2 gentoo-58a2e00051fa73939a321158607608647348543c.zip |
sys-apps/readahead-list: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/readahead-list')
-rw-r--r-- | sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild index 2c963c97fec9..f75dd67ab1d3 100644 --- a/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild +++ b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,10 +11,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" -RDEPEND="" -DEPEND="${RDEPEND} - virtual/os-headers -" +DEPEND="virtual/os-headers" PATCHES=( "${FILESDIR}/${P}-gcc-4.3.patch" |