Diff libdockapp-0.7.2-r2 with a libdockapp-0.7.2-r3
/usr/portage/x11-libs/libdockapp/libdockapp-0.7.2-r3.ebuild 2020-05-30 13:39:00.000000000 +0300 | ||
---|---|---|
11 | 11 |
LICENSE="MIT public-domain" |
12 | 12 |
SLOT="0/3" |
13 | 13 |
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" |
14 |
# Required for font eclass |
|
15 |
IUSE="+X" |
|
14 |
# X equired for font eclass |
|
15 |
IUSE="+X static-libs" |
|
16 | 16 |
REQUIRED_USE="X" |
17 | 17 | |
18 | 18 |
RDEPEND="x11-libs/libX11 |
... | ... | |
36 | 36 |
src_configure() |
37 | 37 |
{ |
38 | 38 |
# Font installation handled by font eclass |
39 |
econf --without-font --without-examples |
|
39 |
econf \ |
|
40 |
$(use_enable static-libs static) \ |
|
41 |
--without-font \ |
|
42 |
--without-examples |
|
40 | 43 |
} |
41 | 44 | |
42 | 45 |
src_install() |