diff options
Diffstat (limited to 'sys-fs/reiser4progs/reiser4progs-1.0.4_p1.ebuild')
-rw-r--r-- | sys-fs/reiser4progs/reiser4progs-1.0.4_p1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/reiser4progs/reiser4progs-1.0.4_p1.ebuild b/sys-fs/reiser4progs/reiser4progs-1.0.4_p1.ebuild index 240d7d7f5ff3..19697ae4fb52 100644 --- a/sys-fs/reiser4progs/reiser4progs-1.0.4_p1.ebuild +++ b/sys-fs/reiser4progs/reiser4progs-1.0.4_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.4_p1.ebuild,v 1.3 2005/09/03 21:07:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.4_p1.ebuild,v 1.4 2005/10/16 02:50:10 vapier Exp $ inherit eutils @@ -11,10 +11,10 @@ SRC_URI="ftp://ftp.namesys.com/pub/reiser4progs/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 -sparc x86" +KEYWORDS="amd64 ppc ppc64 -sparc x86" IUSE="static debug readline" -DEPEND=">=sys-libs/libaal-1.0.4 +DEPEND="~sys-libs/libaal-1.0.4 readline? ( sys-libs/readline )" S=${WORKDIR}/${MY_P} |