diff options
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/tangram/tangram-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/tangram/tangram-3.0.ebuild b/www-client/tangram/tangram-3.0.ebuild index bb7361b4cb58..e10de0b18372 100644 --- a/www-client/tangram/tangram-3.0.ebuild +++ b/www-client/tangram/tangram-3.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/sonnyp/${PN^}.git" else SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |