diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 04:22:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 04:22:56 +0000 |
commit | 299c712143bc1246e3efd36ede608c1d98226e95 (patch) | |
tree | 2779158bcac79a72ad16e42a7adafd88c4488b80 /dev-util/cvsup | |
parent | 1.0.8 marked ~amd64. Bug 51963. (diff) | |
download | gentoo-2-299c712143bc1246e3efd36ede608c1d98226e95.tar.gz gentoo-2-299c712143bc1246e3efd36ede608c1d98226e95.tar.bz2 gentoo-2-299c712143bc1246e3efd36ede608c1d98226e95.zip |
QA - fix use invocation
Diffstat (limited to 'dev-util/cvsup')
-rw-r--r-- | dev-util/cvsup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cvsup/cvsup-16.1h.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cvsup/ChangeLog b/dev-util/cvsup/ChangeLog index cb29426b8057..80bc3a4a2a8b 100644 --- a/dev-util/cvsup/ChangeLog +++ b/dev-util/cvsup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cvsup # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/ChangeLog,v 1.13 2004/06/25 02:26:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/ChangeLog,v 1.14 2004/06/28 04:22:56 agriffis Exp $ + + 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> cvsup-16.1h.ebuild: + QA - fix use invocation 09 Jan 2004; Jason Wever <weeve@gentoo.org> cvsup-16.1e.ebuild, cvsup-16.1h.ebuild: diff --git a/dev-util/cvsup/cvsup-16.1h.ebuild b/dev-util/cvsup/cvsup-16.1h.ebuild index 450f33a2df01..66fe6526d94d 100644 --- a/dev-util/cvsup/cvsup-16.1h.ebuild +++ b/dev-util/cvsup/cvsup-16.1h.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1h.ebuild,v 1.10 2004/06/25 02:26:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1h.ebuild,v 1.11 2004/06/28 04:22:56 agriffis Exp $ inherit eutils @@ -29,7 +29,7 @@ RDEPEND="virtual/glibc" S=${WORKDIR} seduse() { - [ -z "`use ${1}`" ] && echo "${2}" || echo ":" + useq !${1} && echo "${2}" || echo ":" } src_unpack() { |