diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-09-11 22:53:49 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-09-11 22:53:49 +0000 |
commit | 0c7d0f31bdcd268fc9b3b2cac1deb9748fb2b6ad (patch) | |
tree | ca436f40099f63fab1d80988e527435a6949ff02 /net-irc | |
parent | remove ebuild that was mistakenly added to files directory. (diff) | |
download | gentoo-2-0c7d0f31bdcd268fc9b3b2cac1deb9748fb2b6ad.tar.gz gentoo-2-0c7d0f31bdcd268fc9b3b2cac1deb9748fb2b6ad.tar.bz2 gentoo-2-0c7d0f31bdcd268fc9b3b2cac1deb9748fb2b6ad.zip |
use minimal flags
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index c495408b47b3..dd3b516783bf 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.73 2013/09/05 19:44:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.74 2013/09/11 22:53:49 hasufell Exp $ + + 11 Sep 2013; Julian Ospald <hasufell@gentoo.org> hexchat-9999.ebuild: + use minimal flags 05 Sep 2013; Michał Górny <mgorny@gentoo.org> hexchat-2.9.5-r1.ebuild, hexchat-2.9.5.ebuild: diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 036d09bae0de..aa3d99815065 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.5 2013/09/01 00:07:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.6 2013/09/11 22:53:49 hasufell Exp $ EAPI=5 @@ -111,6 +111,7 @@ src_configure() { ${myspellconf} \ $(use_enable ntlm) \ $(use_enable libproxy) \ + --enable-minimal-flags \ $(use_with theme-manager) } |