diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | x11-drivers/ati-userspace/ati-userspace-14.12-r3.ebuild | 28 |
2 files changed, 9 insertions, 22 deletions
@@ -3,3 +3,6 @@ Romanian Kogaion desktop-oriented ebuilds. For the moment it's in pre-alpha stag To install it as an overlay in a Gentoo planet distro, use the command: layman -f -a kogaion-desktop -o https://raw.github.com/Rogentos/kogaion-desktop/master/overlay.xml + +== Atention == +In order to have this repo stable enough, we propose adding the 'kogaion' overlay also! diff --git a/x11-drivers/ati-userspace/ati-userspace-14.12-r3.ebuild b/x11-drivers/ati-userspace/ati-userspace-14.12-r3.ebuild index 6059689a..92586d0e 100644 --- a/x11-drivers/ati-userspace/ati-userspace-14.12-r3.ebuild +++ b/x11-drivers/ati-userspace/ati-userspace-14.12-r3.ebuild @@ -29,29 +29,13 @@ RDEPEND=" app-eselect/eselect-opencl sys-power/acpid x11-apps/xauth - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/libXrender - virtual/glu + virtual/glu[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXinerama[${MULTILIB_USEDEP}] + x11-libs/libXrandr[${MULTILIB_USEDEP}] + x11-libs/libXrender[${MULTILIB_USEDEP}] !x11-libs/xvba-video - abi_x86_32? ( - || ( - virtual/glu[abi_x86_32] - app-emulation/emul-linux-x86-opengl - ) - || ( - ( - x11-libs/libX11[abi_x86_32] - x11-libs/libXext[abi_x86_32] - x11-libs/libXinerama[abi_x86_32] - x11-libs/libXrandr[abi_x86_32] - x11-libs/libXrender[abi_x86_32] - ) - app-emulation/emul-linux-x86-xlibs - ) - ) " DEPEND="${RDEPEND} |