diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-30 10:13:23 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-03 12:33:33 -0700 |
commit | 0b8b716331049599ea3299981e3a9ea6e258c5e0 (patch) | |
tree | 01f8d26908d7822bcc47b731ec6b269753f4b068 /net-irc | |
parent | profiles/ia64: Add '~ia64' to ACCEPT_KEYWORDS (diff) | |
download | gentoo-0b8b716331049599ea3299981e3a9ea6e258c5e0.tar.gz gentoo-0b8b716331049599ea3299981e3a9ea6e258c5e0.tar.bz2 gentoo-0b8b716331049599ea3299981e3a9ea6e258c5e0.zip |
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.8.3.ebuild | 2 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.12.4-r2.ebuild | 2 | ||||
-rw-r--r-- | net-irc/irssi/irssi-1.2.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.8.3.ebuild b/net-irc/eggdrop/eggdrop-1.8.3.ebuild index c0e753da2a76..89a942bbaebf 100644 --- a/net-irc/eggdrop/eggdrop-1.8.3.ebuild +++ b/net-irc/eggdrop/eggdrop-1.8.3.ebuild @@ -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 ~arm 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" diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild index bd3dc882df4c..320995e2d59a 100644 --- a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild +++ b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux" + KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux" fi LICENSE="GPL-2 plugin-fishlim? ( MIT )" diff --git a/net-irc/irssi/irssi-1.2.2.ebuild b/net-irc/irssi/irssi-1.2.2.ebuild index c459dee83a05..7874c1eee7d0 100644 --- a/net-irc/irssi/irssi-1.2.2.ebuild +++ b/net-irc/irssi/irssi-1.2.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="otr +perl selinux socks5 +proxy libressl" COMMON_DEPEND=" |