diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-08-17 11:58:52 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-23 14:32:02 +0200 |
commit | 09b0e06d6fdb63a57fd40bfe321ecf3fb794f6e1 (patch) | |
tree | d99f457fdf3db3680cbb552fa3cc97f6af154522 /media-libs/imlib2 | |
parent | sci-physics/vgm: Release 4.4 does not yet support std=c++14. (diff) | |
download | gentoo-09b0e06d6fdb63a57fd40bfe321ecf3fb794f6e1.tar.gz gentoo-09b0e06d6fdb63a57fd40bfe321ecf3fb794f6e1.tar.bz2 gentoo-09b0e06d6fdb63a57fd40bfe321ecf3fb794f6e1.zip |
media-libs/imlib2: enable 'shm' and 'X' by default in 1.5.1-r1
Closes: https://bugs.gentoo.org/661864
Closes: https://github.com/gentoo/gentoo/pull/9596
Package-Manager: Portage[mgorny]-2.3.43.3
Diffstat (limited to 'media-libs/imlib2')
-rw-r--r-- | media-libs/imlib2/imlib2-1.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/imlib2/imlib2-1.5.1-r1.ebuild b/media-libs/imlib2/imlib2-1.5.1-r1.ebuild index ca27d229d37c..54c743ce05e5 100644 --- a/media-libs/imlib2/imlib2-1.5.1-r1.ebuild +++ b/media-libs/imlib2/imlib2-1.5.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 doc gif jpeg mp3 nls png shm static-libs tiff X zlib" +IUSE="bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 doc gif jpeg mp3 nls png +shm static-libs tiff +X zlib" REQUIRED_USE="shm? ( X )" |