diff options
author | Ned Ludd <solar@gentoo.org> | 2005-02-05 19:15:07 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-02-05 19:15:07 +0000 |
commit | a50e236b94667381b5680633dee5ae7a143e865a (patch) | |
tree | edd4be03663c9b8d30ae9f0685856b04aa51c07e /app-arch/dump/dump-0.4.37.ebuild | |
parent | added lots of missing optional deps and corresponding configure parameters (diff) | |
download | gentoo-2-a50e236b94667381b5680633dee5ae7a143e865a.tar.gz gentoo-2-a50e236b94667381b5680633dee5ae7a143e865a.tar.bz2 gentoo-2-a50e236b94667381b5680633dee5ae7a143e865a.zip |
- q/a fix. os-headers in RDEPEND results in headers being installed on embedded systems
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-arch/dump/dump-0.4.37.ebuild')
-rw-r--r-- | app-arch/dump/dump-0.4.37.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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} |