Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65551 Details for
Bug 101896
Remove x86-fbsd references in sys-apps/portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild patch
portage-ebuild.patch (text/plain), 1.45 KB, created by
Diego Elio Pettenò (RETIRED)
on 2005-08-09 12:55:24 UTC
(
hide
)
Description:
Ebuild patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2005-08-09 12:55:24 UTC
Size:
1.45 KB
patch
obsolete
>Index: portage-2.0.51.22-r2.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51.22-r2.ebuild,v >retrieving revision 1.2 >diff -u -B -r1.2 portage-2.0.51.22-r2.ebuild >--- portage-2.0.51.22-r2.ebuild 22 Jul 2005 11:05:53 -0000 1.2 >+++ portage-2.0.51.22-r2.ebuild 9 Aug 2005 19:52:18 -0000 >@@ -14,7 +14,7 @@ > SLOT="0" > IUSE="build selinux" > DEPEND=">=dev-lang/python-2.2.1" >-RDEPEND="!build? ( >=sys-apps/sed-4.0.5 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=app-shells/bash-2.05a ) !x86-fbsd? ( !ppc-macos? ( sys-apps/sandbox ) ) selinux? ( >=dev-python/python-selinux-2.15 )" >+RDEPEND="!build? ( >=sys-apps/sed-4.0.5 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=app-shells/bash-2.05a ) !elibc_FreeBSD? ( !ppc-macos? ( sys-apps/sandbox ) ) selinux? ( >=dev-python/python-selinux-2.15 )" > > S=${WORKDIR}/${PN}-${PV} > >@@ -40,7 +40,7 @@ > ./setup.py build || die "Failed to build missingos module" > fi > >- if use x86-fbsd; then >+ if use elibc_FreeBSD; then > cd "${S}"/src/bsd-flags > chmod +x setup.py > ./setup.py build || die "Failed to install bsd-chflags module" >@@ -66,7 +66,7 @@ > ./setup.py install --root ${D} || die "Failed to install missingos module" > fi > >- if use x86-fbsd; then >+ if use elibc_FreeBSD; then > cd "${S}"/src/bsd-flags > ./setup.py install --root ${D} || die "Failed to install bsd-chflags module" > fi
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 101896
: 65551