summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-10-05 07:01:51 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-10-05 07:01:51 +0000
commit3547e64407b19379d8fd73e823d558b500cc94d9 (patch)
treeaee7203da2d73a8f8ae40d5bf81376708c3fbe7e /net-irc
parentBump (diff)
downloadgentoo-2-3547e64407b19379d8fd73e823d558b500cc94d9.tar.gz
gentoo-2-3547e64407b19379d8fd73e823d558b500cc94d9.tar.bz2
gentoo-2-3547e64407b19379d8fd73e823d558b500cc94d9.zip
Also switch script updater tool under scripts useflag.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/weechat/ChangeLog6
-rw-r--r--net-irc/weechat/weechat-0.3.9.ebuild3
-rw-r--r--net-irc/weechat/weechat-9999.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog
index 8bdceaa1a22c..853eb4dcf17a 100644
--- a/net-irc/weechat/ChangeLog
+++ b/net-irc/weechat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/weechat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.115 2012/10/05 06:17:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.116 2012/10/05 07:01:51 scarabeus Exp $
+
+ 05 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> weechat-0.3.9.ebuild,
+ weechat-9999.ebuild:
+ Also switch script updater tool under scripts useflag.
*weechat-0.3.9 (05 Oct 2012)
diff --git a/net-irc/weechat/weechat-0.3.9.ebuild b/net-irc/weechat/weechat-0.3.9.ebuild
index e382fdfec9bb..575582fa978a 100644
--- a/net-irc/weechat/weechat-0.3.9.ebuild
+++ b/net-irc/weechat/weechat-0.3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.9.ebuild,v 1.1 2012/10/05 06:17:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.9.ebuild,v 1.2 2012/10/05 07:01:51 scarabeus Exp $
EAPI=4
@@ -99,6 +99,7 @@ src_configure() {
$(cmake-utils_use_enable logger)
$(cmake-utils_use_enable relay)
$(cmake-utils_use_enable scripts)
+ $(cmake-utils_use_enable scripts script)
$(cmake-utils_use_enable perl)
$(cmake-utils_use_enable python)
$(cmake-utils_use_enable ruby)
diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
index ceca01ebb28a..461781a63e2d 100644
--- a/net-irc/weechat/weechat-9999.ebuild
+++ b/net-irc/weechat/weechat-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.20 2012/08/21 13:28:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.21 2012/10/05 07:01:51 scarabeus Exp $
EAPI=4
@@ -99,6 +99,7 @@ src_configure() {
$(cmake-utils_use_enable logger)
$(cmake-utils_use_enable relay)
$(cmake-utils_use_enable scripts)
+ $(cmake-utils_use_enable scripts script)
$(cmake-utils_use_enable perl)
$(cmake-utils_use_enable python)
$(cmake-utils_use_enable ruby)