summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-04-23 16:02:59 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-04-23 16:02:59 +0000
commit084c8e415f5e13e5d4a0a0279bd6e54e0addcce4 (patch)
treef797c0906f10219f2c256ccc29974f4e13c26399 /sys-freebsd
parentdepend on new enough libedit (diff)
downloadgentoo-2-084c8e415f5e13e5d4a0a0279bd6e54e0addcce4.tar.gz
gentoo-2-084c8e415f5e13e5d4a0a0279bd6e54e0addcce4.tar.bz2
gentoo-2-084c8e415f5e13e5d4a0a0279bd6e54e0addcce4.zip
depend on new enough libedit
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-sbin/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-sbin/freebsd-sbin-9.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-sbin/ChangeLog b/sys-freebsd/freebsd-sbin/ChangeLog
index 4879dba49dc7..561cb4772474 100644
--- a/sys-freebsd/freebsd-sbin/ChangeLog
+++ b/sys-freebsd/freebsd-sbin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-sbin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.63 2012/03/30 15:48:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.64 2012/04/23 16:02:59 aballier Exp $
+
+ 23 Apr 2012; Alexis Ballier <aballier@gentoo.org> freebsd-sbin-9.0.ebuild:
+ depend on new enough libedit
30 Mar 2012; Alexis Ballier <aballier@gentoo.org>
-freebsd-sbin-9.0_rc1.ebuild, -freebsd-sbin-9.0_rc2.ebuild,
diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.0.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.0.ebuild
index 2322d2949471..11c498b63d9c 100644
--- a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.0.ebuild
+++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.0.ebuild,v 1.1 2012/01/16 16:37:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.0.ebuild,v 1.2 2012/04/23 16:02:59 aballier Exp $
EAPI=2
@@ -22,6 +22,7 @@ RDEPEND="=sys-freebsd/freebsd-lib-${RV}*[ipv6?,atm?,netware?]
=sys-freebsd/freebsd-libexec-${RV}*
>=dev-libs/expat-2.0.1
ssl? ( dev-libs/openssl )
+ >=dev-libs/libedit-20120311.3.0-r1
sys-libs/readline
sys-process/vixie-cron
atm? ( net-analyzer/bsnmp )"