Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311423 Details for
Bug 410275
sys-fs/cryptsetup: add python and urandom USE flags + minor cleanups (patch included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cryptsetup-1.4.2.ebuild.diff
cryptsetup-1.4.2.ebuild.diff (text/plain), 1.80 KB, created by
Hans
on 2012-05-11 12:07:38 UTC
(
hide
)
Description:
cryptsetup-1.4.2.ebuild.diff
Filename:
MIME Type:
Creator:
Hans
Created:
2012-05-11 12:07:38 UTC
Size:
1.80 KB
patch
obsolete
>--- cryptsetup-1.4.2.ebuild.orig 2012-05-11 13:45:52.344452601 +0200 >+++ cryptsetup-1.4.2.ebuild 2012-05-11 13:51:52.588421907 +0200 >@@ -3,6 +3,7 @@ > # $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.4.2.ebuild,v 1.1 2012/05/11 08:33:01 vapier Exp $ > > EAPI="4" >+PYTHON_DEPEND="python? 2:2.5" > > inherit linux-info libtool > >@@ -14,21 +15,20 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" >-IUSE="nls selinux static static-libs" >+IUSE="nls python selinux static static-libs urandom" > > S=${WORKDIR}/${MY_P} > > LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)] >- >=dev-libs/popt-1.7[static-libs(+)] >- >=sys-apps/util-linux-2.17.2[static-libs(+)] >- >=dev-libs/libgcrypt-1.1.42[static-libs(+)] >+ dev-libs/popt[static-libs(+)] >+ sys-apps/util-linux[static-libs(+)] >+ dev-libs/libgcrypt[static-libs(+)] > >=sys-fs/lvm2-2.02.64[static-libs(+)] > >=sys-fs/udev-124[static-libs(+)] >- >=sys-libs/e2fsprogs-libs-1.41[static-libs(+)]" >+ sys-libs/e2fsprogs-libs[static-libs(+)]" > RDEPEND="static-libs? ( ${LIB_DEPEND} ) > !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) > !<sys-apps/baselayout-2 >- !sys-fs/cryptsetup-luks > selinux? ( sys-libs/libselinux )" > DEPEND="${RDEPEND} > static? ( ${LIB_DEPEND} )" >@@ -39,6 +39,10 @@ > local WARNING_CRYPTO_CBC="CONFIG_CRYPTO_CBC:\tis not set (required for kernel 2.6.19)\n" > local WARNING_CRYPTO="CONFIG_CRYPTO:\tis not set (required for cryptsetup)\n" > check_extra_config >+ if use python; then >+ python_set_active_version 2 >+ python_pkg_setup >+ fi > } > > src_prepare() { >@@ -53,7 +57,9 @@ > $(use_enable static static-cryptsetup) \ > $(use_enable static-libs static) \ > $(use_enable nls) \ >- $(use_enable selinux) >+ $(use_enable python) \ >+ $(use_enable selinux) \ >+ $(use_enable !urandom dev-random) > } > > src_test() {
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 410275
:
307239
| 311423