summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-07-08 11:12:28 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-07-08 11:12:28 +0000
commit9af29ea426f412bcc95fa49ab973ff6a20e2337b (patch)
tree57dbfa2a005b9c0fa94792cca3f029b1d4b6619c /net-irc
parentConvert from "useq" to "use". (diff)
downloadgentoo-2-9af29ea426f412bcc95fa49ab973ff6a20e2337b.tar.gz
gentoo-2-9af29ea426f412bcc95fa49ab973ff6a20e2337b.tar.bz2
gentoo-2-9af29ea426f412bcc95fa49ab973ff6a20e2337b.zip
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat-xsys/ChangeLog8
-rw-r--r--net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog
index b556169eaf31..a2e978b8d4f0 100644
--- a/net-irc/xchat-xsys/ChangeLog
+++ b/net-irc/xchat-xsys/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat-xsys
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.68 2008/08/23 01:23:24 cardoe Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.69 2011/07/08 11:12:28 ssuominen Exp $
+
+ 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xchat-xsys-2.2.0-r1.ebuild:
+ Convert from "useq" to "use".
23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild
index e389359bdae1..b876bf8aae43 100644
--- a/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild
+++ b/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild,v 1.4 2008/04/13 01:02:35 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild,v 1.5 2011/07/08 11:12:28 ssuominen Exp $
inherit toolchain-funcs eutils
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
- if ! useq audacious; then
+ if ! use audacious; then
epatch "${FILESDIR}/${PV}-no-audacious.patch"
fi
}