commit: d49f6380b901cf31e953feba6c14cfdc70eafe20 Author: Wolfram Schlich <wschlich <AT> gentoo <DOT> org> AuthorDate: Sat Feb 6 18:02:14 2016 +0000 Commit: Wolfram Schlich <wschlich <AT> gentoo <DOT> org> CommitDate: Sat Feb 6 18:02:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49f6380
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 net-im/mcabber/mcabber-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-im/mcabber/mcabber-9999.ebuild b/net-im/mcabber/mcabber-9999.ebuild index b4affe7..ecad5cf 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"