summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-25 13:33:00 +0000
committerJustin Lecher <jlec@gentoo.org>2010-06-25 13:33:00 +0000
commitee20a8d100cf924f55841bf2683ab5c034ba632d (patch)
treea906e42f4fb54b140148b3f9bb33f76328f9a8dd /sci-physics
parentstable x86, bug 325089 (diff)
downloadgentoo-2-ee20a8d100cf924f55841bf2683ab5c034ba632d.tar.gz
gentoo-2-ee20a8d100cf924f55841bf2683ab5c034ba632d.tar.bz2
gentoo-2-ee20a8d100cf924f55841bf2683ab5c034ba632d.zip
Included USE for static bins, #252497
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/paw/ChangeLog7
-rw-r--r--sci-physics/paw/paw-2.14.04-r2.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog
index 6393eaebf212..2664b95196c5 100644
--- a/sci-physics/paw/ChangeLog
+++ b/sci-physics/paw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/paw
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.18 2009/12/07 18:24:26 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.19 2010/06/25 13:33:00 jlec Exp $
+
+ 25 Jun 2010; Justin Lecher <jlec@gentoo.org> paw-2.14.04-r2.ebuild:
+ Included USE for static bins, #252497
07 Dec 2009; Jeroen Roovers <jer@gentoo.org> paw-2.14.04-r2.ebuild:
Stable for HPPA (bug #294442).
diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild
index 8f77aa0a8633..3db6edb7f7ef 100644
--- a/sci-physics/paw/paw-2.14.04-r2.ebuild
+++ b/sci-physics/paw/paw-2.14.04-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.16 2009/12/07 18:24:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.17 2010/06/25 13:33:00 jlec Exp $
EAPI=2
inherit eutils toolchain-funcs
@@ -18,7 +18,7 @@ SRC_URI="mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz
KEYWORDS="amd64 hppa sparc x86"
SLOT="0"
-IUSE=""
+IUSE="static"
RDEPEND="sci-physics/cernlib
x11-libs/libXaw
@@ -63,6 +63,7 @@ src_compile() {
}
src_install() {
+ use static || rm -vf bin/*.static
emake DESTDIR="${D}" install || die "emake install failed"
cd "${S}"/debian
dodoc changelog README.* deadpool.txt copyright || die "dodoc failed"