diff options
author | 2023-03-07 18:36:15 +0200 | |
---|---|---|
committer | 2023-03-07 18:36:15 +0200 | |
commit | deb9cb77b1998fefcba2c42af81634e936c09b37 (patch) | |
tree | ec079f7377d5d3973e8d398b4191c630537688f2 /media-gfx/xdot | |
parent | sys-apps/systemd: Stabilize 252.7 ppc64, #899944 (diff) | |
download | gentoo-deb9cb77b1998fefcba2c42af81634e936c09b37.tar.gz gentoo-deb9cb77b1998fefcba2c42af81634e936c09b37.tar.bz2 gentoo-deb9cb77b1998fefcba2c42af81634e936c09b37.zip |
media-gfx/xdot: Stabilize 1.2-r1 sparc, #899122
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx/xdot')
-rw-r--r-- | media-gfx/xdot/xdot-1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/xdot/xdot-1.2-r1.ebuild b/media-gfx/xdot/xdot-1.2-r1.ebuild index abb8f078674c..487cb0f21860 100644 --- a/media-gfx/xdot/xdot-1.2-r1.ebuild +++ b/media-gfx/xdot/xdot-1.2-r1.ebuild @@ -11,7 +11,7 @@ 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" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 sparc x86" MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |