diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-03-28 08:35:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-03-28 08:35:48 +0000 |
commit | cbfc9d4524f1f96ca24981d26670e4281615a89b (patch) | |
tree | 071c8a0fbc68512eadfc000595b2000713ce00ad /sys-libs | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-cbfc9d4524f1f96ca24981d26670e4281615a89b.tar.gz gentoo-2-cbfc9d4524f1f96ca24981d26670e4281615a89b.tar.bz2 gentoo-2-cbfc9d4524f1f96ca24981d26670e4281615a89b.zip |
add sed to DEPEND.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/freeipmi/freeipmi-0.1.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/freeipmi/freeipmi-0.1.3.ebuild b/sys-libs/freeipmi/freeipmi-0.1.3.ebuild index 35b405ed0045..53f758d6fcfb 100644 --- a/sys-libs/freeipmi/freeipmi-0.1.3.ebuild +++ b/sys-libs/freeipmi/freeipmi-0.1.3.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/sys-libs/freeipmi/freeipmi-0.1.3.ebuild,v 1.1 2005/03/25 09:36:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-0.1.3.ebuild,v 1.2 2005/03/28 08:35:48 robbat2 Exp $ inherit flag-o-matic @@ -14,6 +14,7 @@ IUSE="" RDEPEND="virtual/libc" DEPEND="${RDEPEND} virtual/os-headers + sys-apps/sed doc? ( virtual/tetex )" src_unpack() { |