diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-01-08 19:07:53 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-01-08 19:16:08 +0000 |
commit | 8450e07442c006601ab66855a7c3c7f0e7d34507 (patch) | |
tree | 69a70436472396e34f9bc599a5bf19d2f0919ade | |
parent | profiles: Remove outdated SYNC and GENTOO_MIRRORS (diff) | |
download | portage-8450e07442c006601ab66855a7c3c7f0e7d34507.tar.xz |
profiles/enlightenment/build: replace sys-fs/udev with sys-apps/systemd
even of host for cross compile
3 files changed, 12 insertions, 6 deletions
diff --git a/profiles/enlightenment/build/build-dependencies/package.use b/profiles/enlightenment/build/build-dependencies/package.use index 5349251b..a7a1f628 100644 --- a/profiles/enlightenment/build/build-dependencies/package.use +++ b/profiles/enlightenment/build/build-dependencies/package.use @@ -93,12 +93,6 @@ mail-mta/exim -X -gnutls -perl -pkcs11 # No need for unicode at boot sys-apps/openrc -unicode -# 12/09/2016 - beber -# After cedric request, replace sys-fs/udev with sys-apps/systemd -sys-apps/dbus systemd -virtual/libudev systemd -virtual/udev systemd - # 30/10/2016 - beber # Blocking vlc-3 (mark temporary in ebuild) =media-video/vlc-9999 -vdpau diff --git a/profiles/enlightenment/build/crossdev/x86_64-pc-linux-gnu/package.use b/profiles/enlightenment/build/crossdev/x86_64-pc-linux-gnu/package.use index d96096ce..2580c348 100644 --- a/profiles/enlightenment/build/crossdev/x86_64-pc-linux-gnu/package.use +++ b/profiles/enlightenment/build/crossdev/x86_64-pc-linux-gnu/package.use @@ -1,5 +1,6 @@ # required by app-emulation/wine app-arch/bzip2 abi_x86_32 +app-arch/lz4 abi_x86_32 app-arch/xz-utils abi_x86_32 dev-libs/expat abi_x86_32 dev-libs/glib abi_x86_32 @@ -26,10 +27,14 @@ media-libs/mesa abi_x86_32 net-dns/libidn abi_x86_32 net-libs/gnutls abi_x86_32 sys-apps/attr abi_x86_32 +sys-apps/systemd abi_x86_32 sys-apps/util-linux abi_x86_32 +sys-devel/flex abi_x86_32 sys-devel/llvm abi_x86_32 sys-fs/udev abi_x86_32 +sys-libs/cracklib abi_x86_32 sys-libs/libcap abi_x86_32 +sys-libs/pam abi_x86_32 sys-libs/zlib abi_x86_32 virtual/glu abi_x86_32 virtual/jpeg abi_x86_32 @@ -38,6 +43,7 @@ virtual/libiconv abi_x86_32 virtual/libintl abi_x86_32 virtual/libudev abi_x86_32 virtual/opengl abi_x86_32 +virtual/pam abi_x86_32 virtual/pkgconfig abi_x86_32 x11-libs/libX11 abi_x86_32 x11-libs/libXau abi_x86_32 diff --git a/profiles/enlightenment/build/host-dependencies/package.use b/profiles/enlightenment/build/host-dependencies/package.use index b18cbc6c..72fe110a 100644 --- a/profiles/enlightenment/build/host-dependencies/package.use +++ b/profiles/enlightenment/build/host-dependencies/package.use @@ -95,3 +95,9 @@ app-text/xmlto text # 13/08/2016 - beber # required by sys-devel/autogen dev-libs/boehm-gc threads + +# 12/09/2016 - beber +# After cedric request, replace sys-fs/udev with sys-apps/systemd +sys-apps/dbus systemd +virtual/libudev systemd +virtual/udev systemd |