diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-05-28 09:40:31 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-05-28 09:41:15 +0900 |
commit | 009278e5455595a1dae85dd7c093c45d39a48554 (patch) | |
tree | f4d06699c8d19a9055e041e93e8465e3694cebf8 /sci-physics | |
parent | dev-lang/ghc: drop outdated docbook xsl prefix hacks. (diff) | |
download | gentoo-009278e5455595a1dae85dd7c093c45d39a48554.tar.gz gentoo-009278e5455595a1dae85dd7c093c45d39a48554.tar.bz2 gentoo-009278e5455595a1dae85dd7c093c45d39a48554.zip |
sci-physics/cernlib: remove dpkg-architecture directories.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/cernlib/cernlib-2006-r6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-physics/cernlib/cernlib-2006-r6.ebuild b/sci-physics/cernlib/cernlib-2006-r6.ebuild index 6ce9e60ad69c..abdee8792276 100644 --- a/sci-physics/cernlib/cernlib-2006-r6.ebuild +++ b/sci-physics/cernlib/cernlib-2006-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -48,6 +48,7 @@ src_prepare() { -e "s:\$DEPS -llapack -lm:$($(tc-getPKG_CONFIG) --libs lapack):" \ -e 's:`depend $d $a blas`::' \ -e 's:X11R6:X11:g' \ + -e 's: /[^ ]*`dpkg-arch.*`::' \ debian/add-ons/bin/cernlib.in || die "sed failed" cp debian/add-ons/Makefile . |