diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-30 17:15:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-30 17:15:14 +0000 |
commit | 2664ff8438f6ccff67f9ba3cc8d3762d33b13a31 (patch) | |
tree | f679baf310dd48986d14ea6166cefb10cbe7ccb3 /net-misc | |
parent | . (diff) | |
download | gentoo-2-2664ff8438f6ccff67f9ba3cc8d3762d33b13a31.tar.gz gentoo-2-2664ff8438f6ccff67f9ba3cc8d3762d33b13a31.tar.bz2 gentoo-2-2664ff8438f6ccff67f9ba3cc8d3762d33b13a31.zip |
Fix use invocation: [ use gnome ] will never work
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icaclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-8.0-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog index 56e2149be9b6..a0889d4b074e 100644 --- a/net-misc/icaclient/ChangeLog +++ b/net-misc/icaclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icaclient # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.21 2005/06/28 23:14:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.22 2005/06/30 17:15:14 agriffis Exp $ + + 30 Jun 2005; Aron Griffis <agriffis@gentoo.org> icaclient-8.0-r3.ebuild: + Fix use invocation: [ use gnome ] will never work 28 Jun 2005; Aron Griffis <agriffis@gentoo.org> icaclient-9.0.ebuild: Fix use invocation diff --git a/net-misc/icaclient/icaclient-8.0-r3.ebuild b/net-misc/icaclient/icaclient-8.0-r3.ebuild index 8fc134f0ebde..5657defeba43 100644 --- a/net-misc/icaclient/icaclient-8.0-r3.ebuild +++ b/net-misc/icaclient/icaclient-8.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-8.0-r3.ebuild,v 1.4 2005/05/18 02:15:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-8.0-r3.ebuild,v 1.5 2005/06/30 17:15:14 agriffis Exp $ inherit multilib @@ -79,7 +79,7 @@ src_install() { insinto /usr/$(get_libdir)/nsbrowser/plugins dosym /opt/ICAClient/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so - if [ use gnome ]; then + if use gnome; then insinto /usr/share/applications doins lib/ICAClient/desktop/*.desktop fi |