* [gentoo-commits] gentoo-x86 commit in www-client/links: links-2.5.ebuild
@ 2012-01-08 11:47 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-01-08 11:47 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/01/08 11:47:19
Modified: links-2.5.ebuild
Log:
update the cache only with USE X
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.4 www-client/links/links-2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/links-2.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/links-2.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/links-2.5.ebuild?r1=1.3&r2=1.4
Index: links-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/links/links-2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- links-2.5.ebuild 8 Jan 2012 11:44:56 -0000 1.3
+++ links-2.5.ebuild 8 Jan 2012 11:47:19 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.5.ebuild,v 1.3 2012/01/08 11:44:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.5.ebuild,v 1.4 2012/01/08 11:47:19 ssuominen Exp $
EAPI=4
inherit autotools eutils fdo-mime
@@ -118,5 +118,10 @@
use suid && fperms 4755 /usr/bin/links
}
-pkg_postinst() { fdo-mime_desktop_database_update; }
-pkg_postrm() { fdo-mime_desktop_database_update; }
+pkg_postinst() {
+ use X && fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+ use X && fdo-mime_desktop_database_update
+}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-08 11:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-08 11:47 [gentoo-commits] gentoo-x86 commit in www-client/links: links-2.5.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox