Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 361349 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- baselayout-2.1.ebuild
0
++ baselayout-2.1-r1.ebuild
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
15
IUSE="build"
15
IUSE="build kernel_linux"
16
16
17
PDEPEND="sys-apps/openrc"
17
PDEPEND="sys-apps/openrc"
18
18
Lines 221-224 Link Here
221
			ewarn "${bad_shells}"
221
			ewarn "${bad_shells}"
222
		fi
222
		fi
223
	fi
223
	fi
224
225
	use kernel_linux && mkdir -p "${ROOT}"/run #361349
224
}
226
}

Return to bug 361349