diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-22 14:06:08 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-22 14:06:08 +0000 |
commit | 0fd303347a5969741102580f6014f65db6172612 (patch) | |
tree | 419c095da28418600d33584fb355291a38e5dc3c /sci-chemistry/surf | |
parent | Drop handbook useflag. Fixes bug #359925 (diff) | |
download | gentoo-2-0fd303347a5969741102580f6014f65db6172612.tar.gz gentoo-2-0fd303347a5969741102580f6014f65db6172612.tar.bz2 gentoo-2-0fd303347a5969741102580f6014f65db6172612.zip |
Marked ~ppc wrt #359945. Fix quotes.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/surf')
-rw-r--r-- | sci-chemistry/surf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/surf/surf-1.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/surf/ChangeLog b/sci-chemistry/surf/ChangeLog index c83f78bfdc9c..cb392a495527 100644 --- a/sci-chemistry/surf/ChangeLog +++ b/sci-chemistry/surf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/surf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/surf/ChangeLog,v 1.2 2011/03/22 14:00:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/surf/ChangeLog,v 1.3 2011/03/22 14:06:08 xarthisius Exp $ + + 22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> surf-1.0.ebuild: + Marked ~ppc wrt #359945. Fix quotes. 22 Mar 2011; Justin Lecher <jlec@gentoo.org> surf-1.0.ebuild: Added missing DEPEND=x11-misc/makedepend, thanks xarthisius diff --git a/sci-chemistry/surf/surf-1.0.ebuild b/sci-chemistry/surf/surf-1.0.ebuild index 2358101b5102..c4e2a2105901 100644 --- a/sci-chemistry/surf/surf-1.0.ebuild +++ b/sci-chemistry/surf/surf-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/surf/surf-1.0.ebuild,v 1.2 2011/03/22 14:00:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/surf/surf-1.0.ebuild,v 1.3 2011/03/22 14:06:08 xarthisius Exp $ EAPI="4" @@ -11,14 +11,14 @@ HOMEPAGE="http://www.ks.uiuc.edu/" SRC_URI="http://www.ks.uiuc.edu/Research/vmd/extsrcs/surf.tar.Z -> ${P}.tar.Z" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" LICENSE="as-is" IUSE="" DEPEND="x11-misc/makedepend" RDEPEND="" -S="${WORKDIR}" +S=${WORKDIR} src_prepare() { sed \ @@ -29,7 +29,7 @@ src_prepare() { src_compile() { emake depend \ && emake \ - CC=$(tc-getCC) \ + CC="$(tc-getCC)" \ OPT_CFLAGS="${CFLAGS} \$(INCLUDE)" \ CFLAGS="${CFLAGS} \$(INCLUDE)" \ || die |