diff options
author | Sam James <sam@gentoo.org> | 2021-01-05 20:47:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-05 20:47:43 +0000 |
commit | 7f70266700785effdc6c225961fcfc24b3f6d17f (patch) | |
tree | 86210a794ebf5ec2b4f0a7c490fed890d1ebbc2c /media-gfx/xdot | |
parent | app-admin/apg: Stabilize 2.3.0b_p20150129 x86, #761739 (diff) | |
download | gentoo-7f70266700785effdc6c225961fcfc24b3f6d17f.tar.gz gentoo-7f70266700785effdc6c225961fcfc24b3f6d17f.tar.bz2 gentoo-7f70266700785effdc6c225961fcfc24b3f6d17f.zip |
media-gfx/xdot: Stabilize 1.2 x86, #761796
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/xdot')
-rw-r--r-- | media-gfx/xdot/xdot-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/xdot/xdot-1.2.ebuild b/media-gfx/xdot/xdot-1.2.ebuild index b5a1987ccd2e..35d7bca55176 100644 --- a/media-gfx/xdot/xdot-1.2.ebuild +++ b/media-gfx/xdot/xdot-1.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" SRC_URI="" else - KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~x86" + KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 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" |