diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-02-07 21:11:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-02-07 21:11:34 +0000 |
commit | cc380834fbe21d5e2f174d2c9efb95609f6d9f56 (patch) | |
tree | 12727509202205c7f18a6ad33385548e04bc5cb6 /x11-libs | |
parent | x86 stable, security bug #209293 (diff) | |
download | gentoo-2-cc380834fbe21d5e2f174d2c9efb95609f6d9f56.tar.gz gentoo-2-cc380834fbe21d5e2f174d2c9efb95609f6d9f56.tar.bz2 gentoo-2-cc380834fbe21d5e2f174d2c9efb95609f6d9f56.zip |
Remove ppc-macos conditional
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/lesstif/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.95.0.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-libs/lesstif/ChangeLog b/x11-libs/lesstif/ChangeLog index 29ce2521b6ab..c12950b2f5d4 100644 --- a/x11-libs/lesstif/ChangeLog +++ b/x11-libs/lesstif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/lesstif -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.84 2008/01/11 21:38:44 grobian Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.85 2008/02/07 21:11:34 grobian Exp $ + + 07 Feb 2008; Fabian Groffen <grobian@gentoo.org> lesstif-0.95.0.ebuild: + Remove ppc-macos conditional 01 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> +files/digest-lesstif-0.94.4, +files/digest-lesstif-0.95.0, Manifest: diff --git a/x11-libs/lesstif/lesstif-0.95.0.ebuild b/x11-libs/lesstif/lesstif-0.95.0.ebuild index cd1d2a2c13d4..c948c013a24a 100644 --- a/x11-libs/lesstif/lesstif-0.95.0.ebuild +++ b/x11-libs/lesstif/lesstif-0.95.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.95.0.ebuild,v 1.2 2007/07/15 05:53:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.95.0.ebuild,v 1.3 2008/02/07 21:11:34 grobian Exp $ inherit libtool flag-o-matic multilib @@ -34,10 +34,6 @@ src_unpack() { } src_compile() { - if use ppc-macos; then - append-ldflags -L/usr/X11R6/lib -lX11 -lXt - fi - econf \ $(use_enable static) \ --enable-production \ |