summaryrefslogtreecommitdiff
path: root/x11-misc/e16-keyedit
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/e16-keyedit')
-rw-r--r--x11-misc/e16-keyedit/Manifest4
-rw-r--r--x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild (renamed from x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild)10
-rw-r--r--x11-misc/e16-keyedit/metadata.xml3
3 files changed, 6 insertions, 11 deletions
diff --git a/x11-misc/e16-keyedit/Manifest b/x11-misc/e16-keyedit/Manifest
index 637377a683d3..b905d5ee40b9 100644
--- a/x11-misc/e16-keyedit/Manifest
+++ b/x11-misc/e16-keyedit/Manifest
@@ -1,3 +1,3 @@
DIST e16-keyedit-0.9.tar.xz 80588 BLAKE2B 2c8a1ac4ae0e2b3b741408637997e1054ca2d5121b6cc27622de0896d8dd30d65b92458592f2e8c3f02ddfbb2ab336631168dbe6840127533f0d9da3bf7973c1 SHA512 77e8db879a2a790c0e08d0527bd613f443fdc433bfb50a95d8201008702282c407c68f41f0d2457704b887b2cebede1326bb40aba18f717207443a9e41d87b9e
-EBUILD e16-keyedit-0.9.ebuild 594 BLAKE2B c8a2bad824a1b4b9411f0c414ae41d4da4cf08aea176cb38c11211ba36d78b57bef52a123ae9f0e1110a4e04ccb87a78d20e672bccf888bc4a16c612c092aaa3 SHA512 255b79482b5a0eb7ee658594779ad0db124a65faa0458d99292518ffc511aea96e64b8266fb42ec2998b268a28bc491a893a91178801e42260b7eef4c3898fef
-MISC metadata.xml 466 BLAKE2B b94ff9247ea9dcc82858758deb996c074ec32a3b8d9397854e298a9d98236e087b6f7351a860cfa69001605a8e253cda6e21bad6661cb7f2e5211e99dfa3dd3b SHA512 a13a66dde5046237cae143af4c078c0ecdb218d8d41667d6af3d179371a7a00b70f3ce2700a3b3cd9b9180d96c6ba87aed853e1ab439e6d824354a0fcdd8b9d0
+EBUILD e16-keyedit-0.9-r1.ebuild 526 BLAKE2B 5125544c2a5c60f6025227706824f125d0319fbb848ce33500a9f07bda148a864e30132dd7901cdfdb38794c685d76ebd7c3195e34674d405a06203b394695cd SHA512 d02a697c3fc473c8fdace9916fad9892264a13da3b0138c1c3fd07d1ea582c4d69be0e41b2141f5d3d45f82868caaa56ad723d870c4542bdcfcada197e661e0a
+MISC metadata.xml 344 BLAKE2B 4a9ce9fcd1aba325a9cd820cd5a8caa164b175fec230e4a758195a045e323548584eb804db9c45be296ef1cde018cbabde46e103c8e42494b4d865ed74aba559 SHA512 1da877cb9e37be7b052cd4d7450d3a1f2049ab7623d9823c3b4e73facf18007462b9e2d64a8e783c8c6d2e9c3d99c154cb64d083452bcbb2d69ef3af85e2a5de
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild
index 5e260218fef3..10b596a42d63 100644
--- a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
+++ b/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Key binding editor for Enlightenment DR16"
HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
@@ -10,19 +10,17 @@ KEYWORDS="~amd64 ~x86"
LICENSE="MIT-with-advertising"
SLOT="0"
-IUSE="gtk2"
BDEPEND="
virtual/pkgconfig
"
DEPEND="
- gtk2? ( x11-libs/gtk+:2 )
- !gtk2? ( x11-libs/gtk+:3 )
+ x11-libs/gtk+:3
"
RDEPEND="${DEPEND}
!x11-misc/e16keyedit
"
src_configure() {
- econf --with-gtk=$(usex gtk2 gtk2 gtk3)
+ econf --with-gtk=gtk3
}
diff --git a/x11-misc/e16-keyedit/metadata.xml b/x11-misc/e16-keyedit/metadata.xml
index 99c019473c9d..c351ebbf5c9d 100644
--- a/x11-misc/e16-keyedit/metadata.xml
+++ b/x11-misc/e16-keyedit/metadata.xml
@@ -5,9 +5,6 @@
<email>bircoph@gentoo.org</email>
<name>Andrew Savchenko</name>
</maintainer>
- <use>
- <flag name="gtk2">Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3</flag>
- </use>
<upstream>
<remote-id type="sourceforge">enlightenment</remote-id>
</upstream>