diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 19:31:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 19:31:11 +0000 |
commit | 09b9621c6ca38ac144eb84a31f37099a20f98164 (patch) | |
tree | 798a3a6b3fe30edb11626190d231fdffc46d1b5c /app-crypt/gringotts | |
parent | fix DEPEND (Manifest recommit) (diff) | |
download | gentoo-2-09b9621c6ca38ac144eb84a31f37099a20f98164.tar.gz gentoo-2-09b9621c6ca38ac144eb84a31f37099a20f98164.tar.bz2 gentoo-2-09b9621c6ca38ac144eb84a31f37099a20f98164.zip |
dont depend on {text,file,sh-}utils
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gringotts/gringotts-1.2.7.ebuild b/app-crypt/gringotts/gringotts-1.2.7.ebuild index 512b7789a117..41590ed1ee49 100644 --- a/app-crypt/gringotts/gringotts-1.2.7.ebuild +++ b/app-crypt/gringotts/gringotts-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.7.ebuild,v 1.5 2004/06/24 21:32:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.7.ebuild,v 1.6 2004/06/28 19:31:11 vapier Exp $ DESCRIPTION="Utility that allows you to jot down sensitive data" HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/" @@ -15,7 +15,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 >=dev-libs/libgringotts-1.2.0 dev-libs/popt >=x11-libs/gtk+-2.0.6-r1 - sys-apps/textutils" + sys-apps/coreutils" src_install() { einstall || die |