Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 450312 Details for
Bug 591184
app-portage/repoman-2.3.0-r2: LICENSE.syntax error with correct LICENSE when USE flag is missing from IUSE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
foo-1.ebuild
foo-1.ebuild (text/plain), 512 bytes, created by
Thomas Deutschmann (RETIRED)
on 2016-10-15 19:35:26 UTC
(
hide
)
Description:
foo-1.ebuild
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2016-10-15 19:35:26 UTC
Size:
512 bytes
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >DESCRIPTION="Test ebuild to demonstrate an invalid repoman warning" >HOMEPAGE="https://www.gentoo.org" >SRC_URI="" > >LICENSE="GPL-3" > >SLOT="0" >KEYWORDS="~amd64" > >IUSE="pcre" > >RDEPEND="pcre? ( >=dev-libs/libpcre:= )" >DEPEND="" > >src_unpack() { > mkdir "${S}" || die "Failed to create ${S}" >} > >src_prepare() { > default >} > >src_compile() { > true; >} > >src_test() { > true; >} > >src_install() { > true; >}
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 591184
:
443230
| 450312