diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 04:20:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 04:20:00 +0000 |
commit | 36f80dc6ec0b621288d528fa00911812c79d6375 (patch) | |
tree | 7367f23061c90370d457ce12bec5137a2de244fe /sys-apps/grub | |
parent | modernised (diff) | |
download | gentoo-2-36f80dc6ec0b621288d528fa00911812c79d6375.tar.gz gentoo-2-36f80dc6ec0b621288d528fa00911812c79d6375.tar.bz2 gentoo-2-36f80dc6ec0b621288d528fa00911812c79d6375.zip |
cleaned up DEPEND
Diffstat (limited to 'sys-apps/grub')
-rw-r--r-- | sys-apps/grub/grub-0.92.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys-apps/grub/grub-0.92.ebuild b/sys-apps/grub/grub-0.92.ebuild index c4c76bec4369..b6edbe3b7a93 100644 --- a/sys-apps/grub/grub-0.92.ebuild +++ b/sys-apps/grub/grub-0.92.ebuild @@ -10,13 +10,12 @@ KEYWORDS="x86 -ppc -sparc -sparc64" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2-r5 - sys-apps/grep sys-apps/sed" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.2-r5" +RDEPEND=">=sys-libs/ncurses-5.2-r5" +DEPEND="${RDEPEND} + sys-apps/grep + sys-apps/sed" + pkg_setup() { [ "$ROOT" != "/" ] && return 0 #If the user doesn't have a /boot or /mnt/boot filesystem, skip. |