diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 02:22:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 02:22:28 +0000 |
commit | 1e971c8bd252fe378587294194147a7c35d2ad7e (patch) | |
tree | 07010d374f7d29412041c84120558d79a25d3f6b /xfce-base | |
parent | Add prefix keywords (diff) | |
download | gentoo-2-1e971c8bd252fe378587294194147a7c35d2ad7e.tar.gz gentoo-2-1e971c8bd252fe378587294194147a7c35d2ad7e.tar.bz2 gentoo-2-1e971c8bd252fe378587294194147a7c35d2ad7e.zip |
Fix something virtualx.eclass does for us.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/thunar-1.1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xfce-base/thunar/thunar-1.1.0.ebuild b/xfce-base/thunar/thunar-1.1.0.ebuild index 53c2adaa40b7..46c25b9f41da 100644 --- a/xfce-base/thunar/thunar-1.1.0.ebuild +++ b/xfce-base/thunar/thunar-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.1.0.ebuild,v 1.1 2010/01/14 23:39:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.1.0.ebuild,v 1.2 2010/01/15 02:22:28 ssuominen Exp $ EAPI=2 inherit virtualx xfconf @@ -34,8 +34,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} dev-util/intltool dev-util/pkgconfig - sys-devel/gettext - test? ( x11-base/xorg-server )" + sys-devel/gettext" S=${WORKDIR}/${MY_P} |