Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 624464
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +9 lines)
Line  Link Here
0
-- /usr/portage/sys-kernel/dracut/dracut-044-r3.ebuild 2017-05-29 12:28:42.000000000 -0500
0
++ dracut-044-r4.ebuild        2017-07-04 09:54:05.638954287 -0500
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
14
IUSE="debug selinux systemd"
14
IUSE="debug doc selinux systemd"
15
RESTRICT="test"
15
RESTRICT="test"
Lines 40-49 Link Here
40
       )
40
       )
41
       "
41
       "
42
DEPEND="${CDEPEND}
42
DEPEND="${CDEPEND}
43
       app-text/asciidoc
43
       doc? (
44
       >=dev-libs/libxslt-1.1.26
44
               app-text/asciidoc
45
       app-text/docbook-xml-dtd:4.5
45
               >=dev-libs/libxslt-1.1.26
46
       >=app-text/docbook-xsl-stylesheets-1.75.2
46
               app-text/docbook-xml-dtd:4.5
47
               >=app-text/docbook-xsl-stylesheets-1.75.2
48
       )
47
       virtual/pkgconfig
49
       virtual/pkgconfig
48
       "
50
       "
Lines 143-149 Link Here
143
       dodir /var/lib/dracut/overlay
145
       dodir /var/lib/dracut/overlay
144
       dodoc dracut.html
146
       use doc && dodoc dracut.html
145
       if ! use systemd; then
147
       if ! use systemd; then
146
               # Scripts in kernel/install.d are systemd-specific
148
               # Scripts in kernel/install.d are systemd-specific

Return to bug 624464