diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-03-09 21:16:16 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-03-09 21:16:16 +0000 |
commit | adadacb0348b7927c16508b054a9f3271815b7c3 (patch) | |
tree | 08cd225d142019dadaca5ed67103e12fb765431a /x11-base/xfree/xfree-4.3.0.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-adadacb0348b7927c16508b054a9f3271815b7c3.tar.gz gentoo-2-adadacb0348b7927c16508b054a9f3271815b7c3.tar.bz2 gentoo-2-adadacb0348b7927c16508b054a9f3271815b7c3.zip |
Patched for hppa. Added hppa to keywords.
Diffstat (limited to 'x11-base/xfree/xfree-4.3.0.ebuild')
-rw-r--r-- | x11-base/xfree/xfree-4.3.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-base/xfree/xfree-4.3.0.ebuild b/x11-base/xfree/xfree-4.3.0.ebuild index 29e2696ddbfe..53bd79678f94 100644 --- a/x11-base/xfree/xfree-4.3.0.ebuild +++ b/x11-base/xfree/xfree-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.3.0.ebuild,v 1.3 2003/03/09 00:58:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.3.0.ebuild,v 1.4 2003/03/09 21:16:16 gmsoft Exp $ # Make sure Portage does _NOT_ strip symbols. We will do it later and make sure # that only we only strip stuff that are safe to strip ... @@ -105,7 +105,7 @@ SRC_URI="${SRC_URI} LICENSE="X11 MSttfEULA" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa" DEPEND=">=sys-apps/baselayout-1.8.3 >=sys-libs/ncurses-5.1 @@ -303,6 +303,9 @@ src_unpack() { then echo "#define XtermWithI18N YES" >> config/cf/host.def fi + + [ "${ARCH}" = "hppa" ] && echo "#define DoLoadableServer NO" >> config/cf/host.def + eend 0 # These are not included anymore as they are obsolete |