diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2016-02-06 19:02:14 +0100 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2016-02-06 19:02:21 +0100 |
commit | d49f6380b901cf31e953feba6c14cfdc70eafe20 (patch) | |
tree | 241e83d4c9c0e20cdf9708826e01a5fd264ffa9e /net-im | |
parent | dev-util/ltrace: added myself to maintainers (diff) | |
download | gentoo-d49f6380b901cf31e953feba6c14cfdc70eafe20.tar.gz gentoo-d49f6380b901cf31e953feba6c14cfdc70eafe20.tar.bz2 gentoo-d49f6380b901cf31e953feba6c14cfdc70eafe20.zip |
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')
-rw-r--r-- | net-im/mcabber/mcabber-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/mcabber/mcabber-9999.ebuild b/net-im/mcabber/mcabber-9999.ebuild index b4affe70662e..ecad5cf4b315 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" |