diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-10-12 07:20:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-10-12 07:20:10 +0000 |
commit | b5bc06cb9da7be019dc710eb0429c0ea3178976a (patch) | |
tree | 73f2a737adeea458db7aa3d3c57c7395e7fdf5bd /dev-lang/pcc | |
parent | Cleanup due #472084 (diff) | |
download | gentoo-2-b5bc06cb9da7be019dc710eb0429c0ea3178976a.tar.gz gentoo-2-b5bc06cb9da7be019dc710eb0429c0ea3178976a.tar.bz2 gentoo-2-b5bc06cb9da7be019dc710eb0429c0ea3178976a.zip |
Minor cleanups
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/pcc')
-rw-r--r-- | dev-lang/pcc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/pcc/ChangeLog b/dev-lang/pcc/ChangeLog index 14f09bfaffd5..3d832d27b203 100644 --- a/dev-lang/pcc/ChangeLog +++ b/dev-lang/pcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/pcc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/ChangeLog,v 1.9 2012/11/13 06:43:52 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/ChangeLog,v 1.10 2013/10/12 07:20:10 patrick Exp $ + + 12 Oct 2013; Patrick Lauer <patrick@gentoo.org> pcc-1.0.1_pre20121112.ebuild: + Minor cleanups 13 Nov 2012; Patrick Lauer <patrick@gentoo.org> -pcc-1.0.0_pre100604.ebuild, -pcc-1.0.0_pre100830.ebuild, -pcc-1.0.0_pre101124.ebuild, diff --git a/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild b/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild index 6ffcd73e9c8d..d5c4e2ebe283 100644 --- a/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild +++ b/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild,v 1.2 2012/11/13 23:05:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild,v 1.3 2013/10/12 07:20:10 patrick Exp $ EAPI=2 @@ -25,9 +25,12 @@ src_prepare() { eautoreconf } +src_configure() { + econf --disable-stripping +} + src_compile() { - # not parallel-safe yet - emake -j1 || die "emake failed" + emake || die "emake failed" } src_install() { |