diff options
author | 2002-10-17 00:10:30 +0000 | |
---|---|---|
committer | 2002-10-17 00:10:30 +0000 | |
commit | fc4abfb62a7732aebe4e6e98f57d601a4a3892b1 (patch) | |
tree | 0c08b94ca5e347ff3cd2870604f888dee17c3398 /app-misc/boxes/boxes-1.0.1.ebuild | |
parent | lintool cleanup for #9225 (diff) | |
download | gentoo-2-fc4abfb62a7732aebe4e6e98f57d601a4a3892b1.tar.gz gentoo-2-fc4abfb62a7732aebe4e6e98f57d601a4a3892b1.tar.bz2 gentoo-2-fc4abfb62a7732aebe4e6e98f57d601a4a3892b1.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/boxes/boxes-1.0.1.ebuild')
-rw-r--r-- | app-misc/boxes/boxes-1.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/boxes/boxes-1.0.1.ebuild b/app-misc/boxes/boxes-1.0.1.ebuild index 2413966ac8fc..e34ec15e7879 100644 --- a/app-misc/boxes/boxes-1.0.1.ebuild +++ b/app-misc/boxes/boxes-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.7 2002/10/04 04:54:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.8 2002/10/17 00:06:29 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="boxes draws any kind of boxes around your text!" @@ -8,6 +8,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/utils/text/${P}.src.tar.gz" HOMEPAGE="http://www6.informatik.uni-erlangen.de/~tsjensen/boxes/" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" |