From a50e236b94667381b5680633dee5ae7a143e865a Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Sat, 5 Feb 2005 19:15:07 +0000 Subject: - q/a fix. os-headers in RDEPEND results in headers being installed on embedded systems (Portage version: 2.0.51-r15) --- app-arch/dump/dump-0.4.37.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app-arch/dump/dump-0.4.37.ebuild') diff --git a/app-arch/dump/dump-0.4.37.ebuild b/app-arch/dump/dump-0.4.37.ebuild index 931b65831620..3e80f4318b26 100644 --- a/app-arch/dump/dump-0.4.37.ebuild +++ b/app-arch/dump/dump-0.4.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.37.ebuild,v 1.4 2005/01/01 11:44:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.37.ebuild,v 1.5 2005/02/05 19:15:07 solar Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} @@ -16,7 +16,6 @@ IUSE="readline static" DEPEND=">=sys-fs/e2fsprogs-1.27 >=app-arch/bzip2-1.0.2 >=sys-libs/zlib-1.1.4 - virtual/os-headers readline? ( sys-libs/readline )" RDEPEND="${DEPEND} || ( @@ -24,6 +23,9 @@ RDEPEND="${DEPEND} app-arch/tar )" +# virtual/os-headers never belong in RDEPENDs +DEPEND="${DEPEND} virtual/os-headers" + src_unpack() { unpack ${A} cd ${S} -- cgit v1.2.3-65-gdbad