aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-03-21 18:34:41 -0400
committerJulien Roy <julien@jroy.ca>2024-03-21 18:34:41 -0400
commit3d25d4048dd9d96734c6d21f3a6acffd693822a0 (patch)
tree114a8d9113a3a5b6caacdf80d39c62e202405fa5 /app-editors
parentprofiles: mask sys-libs/gcompat (diff)
downloadguru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.tar.gz
guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.tar.bz2
guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.zip
*/*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/mined/mined-2015.25.ebuild3
-rw-r--r--app-editors/typora-bin/typora-bin-1.7.6.ebuild3
2 files changed, 0 insertions, 6 deletions
diff --git a/app-editors/mined/mined-2015.25.ebuild b/app-editors/mined/mined-2015.25.ebuild
index ba03bd60f..e48862e1c 100644
--- a/app-editors/mined/mined-2015.25.ebuild
+++ b/app-editors/mined/mined-2015.25.ebuild
@@ -10,10 +10,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test"
-IUSE=""
-RDEPEND=""
DEPEND="${RDEPEND}"
-BDEPEND=""
S=${S}/src
src_configure() {
tc-export CC
diff --git a/app-editors/typora-bin/typora-bin-1.7.6.ebuild b/app-editors/typora-bin/typora-bin-1.7.6.ebuild
index 862c767a9..f9279ba72 100644
--- a/app-editors/typora-bin/typora-bin-1.7.6.ebuild
+++ b/app-editors/typora-bin/typora-bin-1.7.6.ebuild
@@ -15,11 +15,9 @@ SRC_URI="
LICENSE="Typora-EULA"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
-IUSE=""
RESTRICT="bindist mirror"
-DEPEND=""
RDEPEND="
|| (
>=app-accessibility/at-spi2-core-2.46.0:2
@@ -43,7 +41,6 @@ RDEPEND="
x11-libs/libXtst
x11-libs/libXScrnSaver
${DEPEND}"
-BDEPEND=""
QA_PREBUILT="*"
S="${WORKDIR}"