Ticket #138: ecore-20090313.ebuild.diff
| File ecore-20090313.ebuild.diff, 3.5 KB (added by alonbl, 3 years ago) |
|---|
-
.ebuild
old new 9 9 10 10 LICENSE="GPL-2" 11 11 SLOT="0" 12 12 KEYWORDS="~arm ~x86 ~amd64" 13 13 KEYWORDS="~arm ~x86 ~amd64" 14 14 IUSE="ssl curl X xcb opengl directfb fbcon sdl" 15 15 16 16 RDEPEND="=x11-libs/evas-${PVR} 17 ssl? ( dev-libs/openssl ) 18 curl? ( net-misc/curl ) 19 X? ( x11-libs/libXrender 20 x11-libs/libXtst ) 21 xcb? ( x11-libs/libxcb ) 22 opengl? ( virtual/opengl ) 23 directfb? ( dev-libs/DirectFB ) 24 sdl? ( media-libs/libsdl )" 17 ssl? ( dev-libs/openssl ) 18 curl? ( net-misc/curl ) 19 X? ( 20 x11-libs/libXrender 21 x11-libs/libXtst 22 ) 23 xcb? ( x11-libs/libxcb ) 24 opengl? ( virtual/opengl ) 25 directfb? ( dev-libs/DirectFB ) 26 sdl? ( media-libs/libsdl )" 25 27 26 28 DEPEND="X? ( x11-proto/xextproto 27 x11-proto/xproto )"29 x11-proto/xproto )" 28 30 29 31 src_unpack() {
