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 | 5e0c0c7a57516f6f3989292b0aa6acbf872cdf12 (patch) | |
tree | f089579ebebe9b08d403bcaa561e7e0ecbacc883 /app-misc | |
parent | Stable on ppc64 (diff) | |
download | historical-5e0c0c7a57516f6f3989292b0aa6acbf872cdf12.tar.gz historical-5e0c0c7a57516f6f3989292b0aa6acbf872cdf12.tar.bz2 historical-5e0c0c7a57516f6f3989292b0aa6acbf872cdf12.zip |
Add explicit IUSE=debug since it's referenced in the ebuild
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/rlwrap/Manifest | 8 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.24.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest index b84553842408..8a4250cf94a6 100644 --- a/app-misc/rlwrap/Manifest +++ b/app-misc/rlwrap/Manifest @@ -10,11 +10,11 @@ MD5 bb391b3e569c3fed1c7e8a0d4e4c3b09 metadata.xml 542 MD5 1a9865bb08e5d681c8238570bf2c068c rlwrap-0.16.ebuild 638 MD5 f19f7e61bde5f4465cbe547620f39538 rlwrap-0.18.ebuild 637 MD5 c6f2502bd65fbd159c044c17d0ed29f7 rlwrap-0.21.ebuild 644 -MD5 f060abf76423698975a55fe4db135901 rlwrap-0.24.ebuild 723 +MD5 569939def9c815ad9d2071a051b28b4e rlwrap-0.24.ebuild 728 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDqG0VJrHF4yAQTrARAp7tAJ9T4N6YFm0ARqe4qLVwdRDMUE18WQCgu4rk -zce9Ar6AoSHsPtZ+NKinzac= -=v4Hg +iD8DBQFDqG4hJrHF4yAQTrARAo5ZAKCGeNbSZDAFLbNHqrsJxdbNnfibJACgxFCW +4iIDi5SY4VgfGWTl3iK0xrA= +=a3/d -----END PGP SIGNATURE----- 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" |