diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-25 12:29:03 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-25 12:29:03 +0000 |
commit | d683e033652e9f826b76d040906b0d8b66390d8a (patch) | |
tree | e01234f6fc6652209dfa5fb8e0cc3c7b85ee4671 /net-irc/hexchat | |
parent | Version bump. Removed old. (diff) | |
download | gentoo-2-d683e033652e9f826b76d040906b0d8b66390d8a.tar.gz gentoo-2-d683e033652e9f826b76d040906b0d8b66390d8a.tar.bz2 gentoo-2-d683e033652e9f826b76d040906b0d8b66390d8a.zip |
Inherit multilib eclass explicitly
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/hexchat')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 725e59fad863..84a119ee22f2 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.17 2012/11/23 19:56:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.18 2012/11/25 12:29:03 pinkbyte Exp $ + + 25 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> hexchat-2.9.3.ebuild: + Inherit multilib eclass explicitly 23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> -files/hexchat-2.8.8-cflags.patch, -hexchat-2.9.1.ebuild, diff --git a/net-irc/hexchat/hexchat-2.9.3.ebuild b/net-irc/hexchat/hexchat-2.9.3.ebuild index 22222d3eda66..8303c07b7cbe 100644 --- a/net-irc/hexchat/hexchat-2.9.3.ebuild +++ b/net-irc/hexchat/hexchat-2.9.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.3.ebuild,v 1.7 2012/11/15 12:52:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.3.ebuild,v 1.8 2012/11/25 12:29:03 pinkbyte Exp $ EAPI=4 -inherit eutils gnome2 versionator +inherit eutils gnome2 multilib versionator DESCRIPTION="Graphical IRC client based on XChat" SRC_URI="https://github.com/downloads/hexchat/hexchat/${P}.tar.xz" |