diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 10:24:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 10:24:22 +0000 |
commit | 9680a7ca5560740147583b0183e24a7ee143c4a8 (patch) | |
tree | 412e70d87419256eb861a7ba29187f42be49cfab /sys-process | |
parent | Convert from "useq" to "use". (diff) | |
download | gentoo-2-9680a7ca5560740147583b0183e24a7ee143c4a8.tar.gz gentoo-2-9680a7ca5560740147583b0183e24a7ee143c4a8.tar.bz2 gentoo-2-9680a7ca5560740147583b0183e24a7ee143c4a8.zip |
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 8cd015808f53..803b2c9a6ae5 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.94 2011/07/02 19:40:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.95 2011/07/08 10:24:22 ssuominen Exp $ + + 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> htop-0.8.3.ebuild: + Convert from "useq" to "use". 02 Jul 2011; nixnut <nixnut@gentoo.org> htop-0.9.ebuild: ppc stable #372889 diff --git a/sys-process/htop/htop-0.8.3.ebuild b/sys-process/htop/htop-0.8.3.ebuild index f9a9c2c47f6b..ba0fecb2a9cd 100644 --- a/sys-process/htop/htop-0.8.3.ebuild +++ b/sys-process/htop/htop-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3.ebuild,v 1.9 2011/01/10 19:26:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3.ebuild,v 1.10 2011/07/08 10:24:22 ssuominen Exp $ EAPI=3 inherit eutils flag-o-matic multilib @@ -38,7 +38,7 @@ src_prepare() { } src_configure() { - useq debug && append-flags -DDEBUG + use debug && append-flags -DDEBUG econf \ --enable-taskstats \ --enable-unicode |