diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-10-22 11:36:50 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-10-22 11:37:49 +0200 |
commit | 61d3a0f056d417c2a7ea80dec8e6ee31ccaf30d3 (patch) | |
tree | 8768cee5a9d2804912a9c3d7e0944fc1c5dddbca /net-irc | |
parent | media-sound/clementine: Depend on dev-libs/crypto++[asm] (diff) | |
download | gentoo-61d3a0f056d417c2a7ea80dec8e6ee31ccaf30d3.tar.gz gentoo-61d3a0f056d417c2a7ea80dec8e6ee31ccaf30d3.tar.bz2 gentoo-61d3a0f056d417c2a7ea80dec8e6ee31ccaf30d3.zip |
net-irc/eggdrop: add ~arm keyword
Closes: https://bugs.gentoo.org/668970
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.8.3.ebuild b/net-irc/eggdrop/eggdrop-1.8.3.ebuild index 45e57088d8b5..131aaa71386e 100644 --- a/net-irc/eggdrop/eggdrop-1.8.3.ebuild +++ b/net-irc/eggdrop/eggdrop-1.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="An IRC bot extensible with C or TCL" HOMEPAGE="https://www.eggheads.org/" SRC_URI="https://ftp.eggheads.org/pub/eggdrop/source/${PV:0:3}/${P}.tar.gz" -KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ppc sparc x86" LICENSE="GPL-2+" SLOT="0" IUSE="debug doc ipv6 ssl static" |