Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38118 Details for
Bug 60239
Should ypbind have a run-time dependancy on openslp? and maybe yp-tools?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to ypbind-1.17.2-r1.ebuild to honor "slp" use flag
ypbind.patch (text/plain), 625 bytes, created by
splite
on 2004-08-24 13:43:34 UTC
(
hide
)
Description:
patch to ypbind-1.17.2-r1.ebuild to honor "slp" use flag
Filename:
MIME Type:
Creator:
splite
Created:
2004-08-24 13:43:34 UTC
Size:
625 bytes
patch
obsolete
>--- ypbind-1.17.2-r1.ebuild 2004-08-23 17:05:55.000000000 -0500 >+++ ypbind-1.17.2-r1.ebuild.new 2004-08-24 15:38:28.592330136 -0500 >@@ -10,18 +10,18 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64 ~ia64 ~ppc64" >-IUSE="nls" >+IUSE="nls slp" > > DEPEND="net-nds/yp-tools >- net-libs/openslp >+ slp? ( net-libs/openslp ) > net-nds/portmap" > >-RDEPEND="nls? ( sys-devel/gettext )" >+RDEPEND="nls? ( sys-devel/gettext ) slp? ( net-libs/openslp )" > > S="${WORKDIR}/${MY_P}" > > src_compile() { >- econf $(use_enable nls) || die >+ econf $(use_enable nls) $(use_enable slp) || die > 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 60239
: 38118 |
41366