Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 148852 Details for
Bug 216523
util-linux-2.13.1 changes USE flags and breaks systems with a silent log entry
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for a more gentle ebuild to allow breaking fewer systems for those of us with attention deficit
util-linux-2.13.1.ebuild.patch (text/plain), 1.27 KB, created by
Another Mortal
on 2008-04-06 12:28:52 UTC
(
hide
)
Description:
Patch for a more gentle ebuild to allow breaking fewer systems for those of us with attention deficit
Filename:
MIME Type:
Creator:
Another Mortal
Created:
2008-04-06 12:28:52 UTC
Size:
1.27 KB
patch
obsolete
>--- /usr/portage/sys-apps/util-linux/util-linux-2.13.1.ebuild 2008-03-31 05:40:20.000000000 +0200 >+++ util-linux-2.13.1.ebuild 2008-04-06 13:11:36.000000000 +0200 >@@ -16,7 +16,8 @@ > SRC_URI="" > else > SRC_URI="http://www.kernel.org/pub/linux/utils/util-linux-ng/v${PV:0:4}/${MY_P}.tar.bz2 >- loop-aes? ( http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.2c.tar.bz2 )" >+ crypt? ( http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.2c.tar.bz2 ) >+ !crypt? ( loop-aes? ( http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.2c.tar.bz2 ) )" > fi > > LICENSE="GPL-2" >@@ -43,7 +44,7 @@ > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${PN}-2.13-uclibc.patch #203711 >- use loop-aes && epatch "${WORKDIR}"/loop-AES-*/util-linux-ng-*.diff >+ use crypt || use loop-aes && epatch "${WORKDIR}"/loop-AES-*/util-linux-ng-*.diff > use unicode && sed -i 's:-lncurses:-lncursesw:' */Makefile.in #208976 > epatch "${FILESDIR}"/${PN}-2.13-ioprio-syscalls.patch #190613 > fi >@@ -87,6 +88,9 @@ > } > > pkg_postinst() { >- elog "USE=crypt has been changed to USE=loop-aes. If you need" >- elog "support for it, make sure to update your USE accordingly." >+ ewarn >+ ewarn "USE=crypt will be changed to USE=loop-aes. If you need" >+ ewarn "support for it, make sure to update your USE accordingly." >+ ewarn >+ ebeep 3 > }
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 216523
: 148852