summaryrefslogtreecommitdiff
path: root/net-im/mcabber
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2016-02-06 19:02:14 +0100
committerWolfram Schlich <wschlich@gentoo.org>2016-02-06 19:02:21 +0100
commitd49f6380b901cf31e953feba6c14cfdc70eafe20 (patch)
tree241e83d4c9c0e20cdf9708826e01a5fd264ffa9e /net-im/mcabber
parent7834d06d7f0b1a5f1937d8b0a8269f3f6fe323fe (diff)
downloadgentoo-d49f6380b901cf31e953feba6c14cfdc70eafe20.tar.gz
gentoo-d49f6380b901cf31e953feba6c14cfdc70eafe20.tar.xz
net-im/mcabber: remove unnecessary comment lines, fix KEYWORDS. mcabber-9999.ebuild was based upon the pull-request from Andrey Utkin :)
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-im/mcabber')
-rw-r--r--net-im/mcabber/mcabber-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/mcabber/mcabber-9999.ebuild b/net-im/mcabber/mcabber-9999.ebuild
index b4affe70662..ecad5cf4b31 100644
--- a/net-im/mcabber/mcabber-9999.ebuild
+++ b/net-im/mcabber/mcabber-9999.ebuild
@@ -8,8 +8,6 @@ inherit flag-o-matic autotools-utils mercurial
DESCRIPTION="A small Jabber console client with various features, like MUC, SSL, PGP"
HOMEPAGE="http://mcabber.com/"
-#REV="a18e1b488f1c"
-#SRC_URI="http://mcabber.com/hg/index.cgi/archive/${REV}.tar.gz -> ${P}.tar.gz"
EHG_REPO_URI="https://bitbucket.org/McKael/mcabber"
EHG_CHECKOUT_DIR="${WORKDIR}"
EHG_BOOTSTRAP="autogen.sh"
@@ -17,7 +15,7 @@ S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="aspell crypt idn modules otr spell ssl vim-syntax"