diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/cvm/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/cvm/cvm-0.76.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-libs/cvm/ChangeLog b/net-libs/cvm/ChangeLog index 201370d393b8..c81cc7046b02 100644 --- a/net-libs/cvm/ChangeLog +++ b/net-libs/cvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/cvm # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/ChangeLog,v 1.12 2006/04/22 05:20:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/ChangeLog,v 1.13 2006/04/22 09:44:41 robbat2 Exp $ + + 22 Apr 2006; Robin H. Johnson <robbat2@gentoo.org> cvm-0.76.ebuild: + Add another item to DEPEND for the testcases. cvm-0.76.ebuild 22 Apr 2006; Robin H. Johnson <robbat2@gentoo.org> cvm-0.76.ebuild: Missed one other dep that the package actually requires. diff --git a/net-libs/cvm/cvm-0.76.ebuild b/net-libs/cvm/cvm-0.76.ebuild index 3c72f13f6fd1..e5d17abde851 100644 --- a/net-libs/cvm/cvm-0.76.ebuild +++ b/net-libs/cvm/cvm-0.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/cvm-0.76.ebuild,v 1.5 2006/04/22 05:20:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/cvm-0.76.ebuild,v 1.6 2006/04/22 09:44:41 robbat2 Exp $ inherit toolchain-funcs eutils @@ -18,7 +18,9 @@ RDEPEND="virtual/libc DEPEND="${RDEPEND} >=dev-libs/bglibs-1.041 mysql? ( dev-db/mysql ) - postgres? ( dev-db/postgresql )" + postgres? ( dev-db/postgresql ) + test? ( app-editors/vim )" +# some of the testcases use ex/vi/xxd src_unpack() { unpack ${A} |