Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 210350 Details for
Bug 277849
sci-libs/{blas-reference, cblas, lapack} ebuild scripts corrected to allow for proper eselect behavior
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
eselect-1.2.7 ebuild patch
eselect-1.2.7.ebuild.patch (text/plain), 842 bytes, created by
Michael Yang
on 2009-11-15 21:26:35 UTC
(
hide
)
Description:
eselect-1.2.7 ebuild patch
Filename:
MIME Type:
Creator:
Michael Yang
Created:
2009-11-15 21:26:35 UTC
Size:
842 bytes
patch
obsolete
>--- eselect-1.2.7.ebuild.orig 2009-11-15 14:08:56.000000000 -0500 >+++ eselect-1.2.7.ebuild 2009-11-15 14:32:32.000000000 -0500 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.7.ebuild,v 1.1 2009/11/14 20:31:25 ulm Exp $ > >+inherit eutils >+ > DESCRIPTION="Gentoo's multi-purpose configuration and management tool" > HOMEPAGE="http://www.gentoo.org/proj/en/eselect/" > SRC_URI="mirror://gentoo/${P}.tar.bz2" >@@ -28,6 +30,13 @@ > #PDEPEND="emacs? ( app-emacs/gentoo-syntax ) > # vim-syntax? ( app-vim/eselect-syntax )" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ # 207322 >+ epatch "${FILESDIR}/${PN}-libs_skel-add.patch" >+} >+ > src_compile() { > econf > emake || die "emake failed"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277849
:
197952
|
197954
|
197956
|
197957
|
197958
|
197959
|
207322
|
207324
|
210350
|
210352