diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-01-07 08:39:45 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-01-07 09:37:02 +0200 |
commit | 70c1e6cbf767e69f4739408cf1ab31c4721f2180 (patch) | |
tree | 14633a668cb51f7fa43e4cdf2072d4cac978bef1 /app-editors | |
parent | dev-libs/efl: rework opengl-gles2 logic (diff) | |
download | gentoo-70c1e6cbf767e69f4739408cf1ab31c4721f2180.tar.gz gentoo-70c1e6cbf767e69f4739408cf1ab31c4721f2180.tar.bz2 gentoo-70c1e6cbf767e69f4739408cf1ab31c4721f2180.zip |
app-editors/ecrire: update efl's opengl-gles2 logic
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ecrire/ecrire-0.2.0-r1.ebuild (renamed from app-editors/ecrire/ecrire-0.2.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/ecrire/ecrire-0.2.0.ebuild b/app-editors/ecrire/ecrire-0.2.0-r1.ebuild index e501df4ec2dd..3b8035560242 100644 --- a/app-editors/ecrire/ecrire-0.2.0.ebuild +++ b/app-editors/ecrire/ecrire-0.2.0-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" -DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] ) +DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] ) >=dev-libs/efl-1.26.1" RDEPEND="${DEPEND}" BDEPEND="nls? ( sys-devel/gettext )" |