diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 11:51:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 11:51:26 +0000 |
commit | 91ff24280f6af2811be377f5098e3a7afe023279 (patch) | |
tree | 50281ee5a5a76e824ecf4e739bac9296b57d241f /app-misc/sl | |
parent | added ~ppc64 (diff) | |
download | gentoo-2-91ff24280f6af2811be377f5098e3a7afe023279.tar.gz gentoo-2-91ff24280f6af2811be377f5098e3a7afe023279.tar.bz2 gentoo-2-91ff24280f6af2811be377f5098e3a7afe023279.zip |
macos is not a USE flag
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-misc/sl')
-rw-r--r-- | app-misc/sl/sl-3.03.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/sl/sl-3.03.ebuild b/app-misc/sl/sl-3.03.ebuild index 69fb8fb27953..649113d3acbf 100644 --- a/app-misc/sl/sl-3.03.ebuild +++ b/app-misc/sl/sl-3.03.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/sl/sl-3.03.ebuild,v 1.14 2005/05/12 19:03:23 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sl/sl-3.03.ebuild,v 1.15 2005/07/07 11:51:26 agriffis Exp $ inherit eutils @@ -19,7 +19,7 @@ IUSE="cjk" DEPEND="virtual/libc sys-libs/ncurses - !macos? ( !ppc-macos? ( cjk? ( app-i18n/nkf ) ) )" + !ppc-macos? ( cjk? ( app-i18n/nkf ) )" RDEPEND="virtual/libc sys-libs/ncurses" |