diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-12-20 20:48:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-12-20 20:48:24 +0000 |
commit | 3c7e1fe88bc18010f960a7f32048c9998227f2e0 (patch) | |
tree | bf9d29b5e0e5034302c4bbb840c34439e88194a4 /app-misc/rlwrap | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-3c7e1fe88bc18010f960a7f32048c9998227f2e0.tar.gz gentoo-2-3c7e1fe88bc18010f960a7f32048c9998227f2e0.tar.bz2 gentoo-2-3c7e1fe88bc18010f960a7f32048c9998227f2e0.zip |
Add explicit IUSE=debug since it's referenced in the ebuild
(Portage version: 2.1_pre1)
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.24.ebuild b/app-misc/rlwrap/rlwrap-0.24.ebuild index 107b41f9fc08..cc61332e958c 100644 --- a/app-misc/rlwrap/rlwrap-0.24.ebuild +++ b/app-misc/rlwrap/rlwrap-0.24.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/app-misc/rlwrap/rlwrap-0.24.ebuild,v 1.1 2005/12/20 20:43:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.24.ebuild,v 1.2 2005/12/20 20:48:24 agriffis Exp $ inherit debug @@ -11,7 +11,7 @@ SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" -IUSE="" +IUSE="debug" DEPEND="sys-libs/readline" |