diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-19 21:55:16 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-19 21:55:16 +0000 |
commit | f61e7f1b58b809661ffd9198ba04123d61b2efd5 (patch) | |
tree | 204360c1f013c6bb05ff7aa39aa4df3757d2400b /app-arch/unarj | |
parent | New package. Fixes #4745. Submitted by F. Kooman (diff) | |
download | historical-f61e7f1b58b809661ffd9198ba04123d61b2efd5.tar.gz historical-f61e7f1b58b809661ffd9198ba04123d61b2efd5.tar.bz2 historical-f61e7f1b58b809661ffd9198ba04123d61b2efd5.zip |
forgot to add baselayout dep
Diffstat (limited to 'app-arch/unarj')
-rw-r--r-- | app-arch/unarj/unarj-2.63a.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-arch/unarj/unarj-2.63a.ebuild b/app-arch/unarj/unarj-2.63a.ebuild index af2eabc90dd3..91625ac2a36a 100644 --- a/app-arch/unarj/unarj-2.63a.ebuild +++ b/app-arch/unarj/unarj-2.63a.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-arch/unarj/unarj-2.63a.ebuild,v 1.1 2002/07/19 21:54:02 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a.ebuild,v 1.2 2002/07/19 21:55:16 rphillips Exp $ # Free to use unarj utility. Can be distributed but copyright has to remain # intact. @@ -8,7 +8,9 @@ DESCRIPTION="Utility for opening arj archives." HOMEPAGE="http://ibiblio.org/pub/Linux/utils/compress/" LICENSE="arj" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + >=sys-apps/baselayout-1.8.0" +RDEPEND="${DEPEND}" SRC_URI="http://ibiblio.org/pub/Linux/utils/compress/${P}.tar.gz" SLOT="0" KEYWORDS="x86" |