diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-10-16 17:30:01 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-10-16 17:30:01 +0000 |
commit | 4ff4a31682e982b02b977ac7d77aa216d8f4a533 (patch) | |
tree | 9d339c7f09c86dcd6505bf64c5e177a7113ed447 /sys-libs | |
parent | Updated all these fixing some bugs, and adding dspam preview release 1 (Manif... (diff) | |
download | gentoo-2-4ff4a31682e982b02b977ac7d77aa216d8f4a533.tar.gz gentoo-2-4ff4a31682e982b02b977ac7d77aa216d8f4a533.tar.bz2 gentoo-2-4ff4a31682e982b02b977ac7d77aa216d8f4a533.zip |
Keyworded ~ppc-macos.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/slang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/slang/slang-1.4.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/slang/ChangeLog b/sys-libs/slang/ChangeLog index 79dba0ef7e20..aec032bcbe20 100644 --- a/sys-libs/slang/ChangeLog +++ b/sys-libs/slang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/slang # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.35 2004/10/06 11:43:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.36 2004/10/16 17:30:01 gongloo Exp $ + + 16 Oct 2004; <gongloo@gentoo.org> slang-1.4.9-r1.ebuild: + Keyworded ~ppc-macos. 06 Oct 2004; Guy Martin <gmsoft@gentoo.org> slang-1.4.9-r1.ebuild: Stable on hppa. diff --git a/sys-libs/slang/slang-1.4.9-r1.ebuild b/sys-libs/slang/slang-1.4.9-r1.ebuild index 9072e3518491..734dc8ce2e11 100644 --- a/sys-libs/slang/slang-1.4.9-r1.ebuild +++ b/sys-libs/slang/slang-1.4.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r1.ebuild,v 1.9 2004/10/06 11:43:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r1.ebuild,v 1.10 2004/10/16 17:30:01 gongloo Exp $ inherit gcc eutils @@ -45,7 +45,7 @@ src_compile() { src_install() { make install install-elf DESTDIR=${D} || die "make install failed" - fperms 755 /usr/$(get_libdir)/libslang.so.* + use ppc-macos || fperms 755 /usr/$(get_libdir)/libslang.so.* if use unicode ; then for i in ${D}/usr/$(get_libdir)/libslang-utf8* ; do |