summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-04-25 13:07:32 -0400
committerMatt Turner <mattst88@gentoo.org>2024-04-25 14:45:48 -0400
commit30c636b3a979a22de860a6616852226819b0d7bb (patch)
tree6a178bf20e5d4a3ce09e0c7cb2bdbdfc178f3b92
parentdev-python/paho-mqtt: Drop old versions (diff)
downloadgentoo-30c636b3.tar.gz
gentoo-30c636b3.tar.bz2
gentoo-30c636b3.zip
media-gfx/xdot: Remove empty global assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--media-gfx/xdot/xdot-1.3.ebuild1
-rw-r--r--media-gfx/xdot/xdot-9999.ebuild1
2 files changed, 0 insertions, 2 deletions
diff --git a/media-gfx/xdot/xdot-1.3.ebuild b/media-gfx/xdot/xdot-1.3.ebuild
index 6aa87e23e299..2d99d3cb2ca2 100644
--- a/media-gfx/xdot/xdot-1.3.ebuild
+++ b/media-gfx/xdot/xdot-1.3.ebuild
@@ -10,7 +10,6 @@ EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
- SRC_URI=""
else
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
MY_P="${MY_PN}-${PV}"
diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild
index dc0e15d5f30b..b574efe4d21f 100644
--- a/media-gfx/xdot/xdot-9999.ebuild
+++ b/media-gfx/xdot/xdot-9999.ebuild
@@ -10,7 +10,6 @@ EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
- SRC_URI=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
MY_P="${MY_PN}-${PV}"