summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-07-19 21:55:16 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-07-19 21:55:16 +0000
commit615447547a0e11a21b679d755f37c39f2b73fdee (patch)
tree967bebc021e110229faa1809128838df5ed2db83 /app-arch/unarj
parentNew package. Fixes #4745. Submitted by F. Kooman (diff)
downloadgentoo-2-615447547a0e11a21b679d755f37c39f2b73fdee.tar.gz
gentoo-2-615447547a0e11a21b679d755f37c39f2b73fdee.tar.bz2
gentoo-2-615447547a0e11a21b679d755f37c39f2b73fdee.zip
forgot to add baselayout dep
Diffstat (limited to 'app-arch/unarj')
-rw-r--r--app-arch/unarj/unarj-2.63a.ebuild6
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"