diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-04-18 18:35:28 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-04-18 18:35:28 +0000 |
commit | ea9561b28e3b3e460388df010875a8681da90a14 (patch) | |
tree | 21b4aed5aba972ba83559595651efdd1b679f9c3 /net-irc/weechat | |
parent | Enable "constraints" USE flag by default. (diff) | |
download | gentoo-2-ea9561b28e3b3e460388df010875a8681da90a14.tar.gz gentoo-2-ea9561b28e3b3e460388df010875a8681da90a14.tar.bz2 gentoo-2-ea9561b28e3b3e460388df010875a8681da90a14.zip |
Stable for amd64 wrt bug #505476
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'net-irc/weechat')
-rw-r--r-- | net-irc/weechat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/weechat/weechat-0.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog index 9b760285b7bc..f5934c4981b1 100644 --- a/net-irc/weechat/ChangeLog +++ b/net-irc/weechat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/weechat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.139 2014/03/26 15:15:16 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.140 2014/04/18 18:35:28 nimiux Exp $ + + 18 Apr 2014; Chema Alonso <nimiux@gentoo.org> weechat-0.4.3-r1.ebuild: + Stable for amd64 wrt bug #505476 26 Mar 2014; Tomáš Chvátal <scarabeus@gentoo.org> weechat-9999.ebuild: Update to new upstream url. Thanks to Thomas Schneider for the report and diff --git a/net-irc/weechat/weechat-0.4.3-r1.ebuild b/net-irc/weechat/weechat-0.4.3-r1.ebuild index 0652f99b93af..8e37070d801c 100644 --- a/net-irc/weechat/weechat-0.4.3-r1.ebuild +++ b/net-irc/weechat/weechat-0.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.4.3-r1.ebuild,v 1.2 2014/03/01 22:10:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.4.3-r1.ebuild,v 1.3 2014/04/18 18:35:28 nimiux Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -18,7 +18,7 @@ SLOT="0" if [[ ${PV} == "9999" ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi NETWORKS="+irc" |