diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-02-27 16:59:15 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-02-27 16:59:15 +0000 |
commit | 376efb9b1eeecc7c7caa0f1c22b896cec72ef0ea (patch) | |
tree | 86c9563f00d9800900d8a1421631669b4b9c6a18 /app-shells/zsh/zsh-4.3.2-r2.ebuild | |
parent | Add java-ant-2 to inherit to satisfy strict eant() requirements. Depend on ja... (diff) | |
download | gentoo-2-376efb9b1eeecc7c7caa0f1c22b896cec72ef0ea.tar.gz gentoo-2-376efb9b1eeecc7c7caa0f1c22b896cec72ef0ea.tar.bz2 gentoo-2-376efb9b1eeecc7c7caa0f1c22b896cec72ef0ea.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-shells/zsh/zsh-4.3.2-r2.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-4.3.2-r2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/app-shells/zsh/zsh-4.3.2-r2.ebuild b/app-shells/zsh/zsh-4.3.2-r2.ebuild index 1b18cb202225..56d5ebb8b6d7 100644 --- a/app-shells/zsh/zsh-4.3.2-r2.ebuild +++ b/app-shells/zsh/zsh-4.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.6 2007/02/27 14:03:49 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.7 2007/02/27 16:59:15 grobian Exp $ inherit eutils multilib @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc-macos ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="maildir ncurses static doc examples pcre caps unicode" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) @@ -43,11 +43,6 @@ src_compile() { use static && myconf="${myconf} --disable-dynamic" \ && LDFLAGS="${LDFLAGS} -static" - if use ppc-macos; then - LDFLAGS="${LDFLAGS} -Wl,-x" - myconf="${myconf} --enable-libs=-liconv" - fi - econf \ --bindir=/bin \ --libdir=/usr/$(get_libdir) \ |