Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 429346 Details for
Bug 578672
git-2.eclass calls git pull -u
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Example ebuild that fails
wlc-9999.ebuild (text/plain), 871 bytes, created by
Stanislav Ch. Nikolov
on 2016-03-31 09:27:11 UTC
(
hide
)
Description:
Example ebuild that fails
Filename:
MIME Type:
Creator:
Stanislav Ch. Nikolov
Created:
2016-03-31 09:27:11 UTC
Size:
871 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit cmake-utils eutils git-2 > >DESCRIPTION="Wayland compositor library" >HOMEPAGE="https://github.com/Cloudef/wlc" >EGIT_REPO_URI="https://github.com/Cloudef/wlc.git" >EGIT_HAS_SUBMODULES=1 > >LICENSE="MIT" >SLOT="0" >KEYWORDS="" >IUSE="systemd test" > >DEPEND="${RDEPEND} > media-libs/mesa[egl,gles2,wayland] > x11-libs/libX11 > x11-libs/libxcb[xkb] > x11-libs/xcb-util-image" > >RDEPEND=" > dev-libs/libinput > >=dev-libs/wayland-1.7 > virtual/udev > x11-libs/libxkbcommon > x11-libs/pixman > systemd? ( sys-apps/systemd )" > > >src_prepare() { > cmake-utils_src_prepare >} > >src_configure() { > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile >} > >src_test() { > use test && cmake-utils_src_test >} > >src_install() { > cmake-utils_src_install >}
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 Raw
Actions:
View
Attachments on
bug 578672
:
429344
| 429346