diff options
author | 2004-08-13 22:34:47 +0000 | |
---|---|---|
committer | 2004-08-13 22:34:47 +0000 | |
commit | 34287ed0c169e19b9d36ab7c556780e98638f63e (patch) | |
tree | 15ed1dc7fbba1baa059eef6254396b3bb1947c8b /x11-themes/redhat-artwork | |
parent | BUG #56951 fixed, amd64 and ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-34287ed0c169e19b9d36ab7c556780e98638f63e.tar.gz gentoo-2-34287ed0c169e19b9d36ab7c556780e98638f63e.tar.bz2 gentoo-2-34287ed0c169e19b9d36ab7c556780e98638f63e.zip |
fix use invocation
Diffstat (limited to 'x11-themes/redhat-artwork')
-rw-r--r-- | x11-themes/redhat-artwork/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-themes/redhat-artwork/ChangeLog b/x11-themes/redhat-artwork/ChangeLog index fcb7b0c9b73d..f5bb913ba37b 100644 --- a/x11-themes/redhat-artwork/ChangeLog +++ b/x11-themes/redhat-artwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/redhat-artwork # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.35 2004/08/04 23:01:56 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.36 2004/08/13 22:34:47 mr_bones_ Exp $ + + 13 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> + redhat-artwork-0.96.ebuild: + fix use invocation 04 Aug 2004; Alastair Tse <liquidx@gentoo.org> -redhat-artwork-0.39.ebuild, -redhat-artwork-0.47.ebuild, -redhat-artwork-0.81.ebuild, diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild index 75e2a74fae57..65bd45a62e9c 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.96.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/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.4 2004/08/04 23:01:56 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.5 2004/08/13 22:34:47 mr_bones_ Exp $ inherit eutils rpm @@ -96,9 +96,9 @@ src_compile() { ) - [ -z "`use kde`" -o -z "`use gtk`" ] && ( + if ! use kde || ! use gtk ; then aclocal && autoconf && automake --add-missing || die "auto* failed" - ) + fi # paths have to be fixed for kde use kde && ( |