diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-07 19:06:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-07 19:06:57 +0000 |
commit | 18a697f9d82c21eeeb3525696aba77d70863b8e3 (patch) | |
tree | 1f2b6d560392d6c956bc2e9dbe32039fb5c0bb92 /xfce-base | |
parent | Fix python handling, thanks to Arfrever. (diff) | |
download | gentoo-2-18a697f9d82c21eeeb3525696aba77d70863b8e3.tar.gz gentoo-2-18a697f9d82c21eeeb3525696aba77d70863b8e3.tar.bz2 gentoo-2-18a697f9d82c21eeeb3525696aba77d70863b8e3.zip |
drop reference to plugdev group
(Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/thunar-1.0.2.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/xfce-base/thunar/thunar-1.0.2.ebuild b/xfce-base/thunar/thunar-1.0.2.ebuild index 49f81022006d..ef64f771768e 100644 --- a/xfce-base/thunar/thunar-1.0.2.ebuild +++ b/xfce-base/thunar/thunar-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.2.ebuild,v 1.12 2010/12/18 23:35:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.2.ebuild,v 1.13 2011/02/07 19:06:57 ssuominen Exp $ EAPI=3 MY_P=${P/t/T} @@ -68,11 +68,5 @@ pkg_setup() { } src_test() { - Xemake check || die "Xemake check failed" -} - -pkg_postinst() { - xfconf_pkg_postinst - elog "If you are seeing some odd dbus error, make sure your user is in the" - elog "plugdev group. See Gentoo bug #279077 for more info" + Xemake check || die } |