diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-26 15:35:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-26 15:35:00 +0000 |
commit | 23adfee3b07522d1bd1e0774ad9f8e3866278896 (patch) | |
tree | 2dac115c7ed000e5128cbebca248af9959b3a784 /xfce-base/thunar | |
parent | Version bump. (diff) | |
download | gentoo-2-23adfee3b07522d1bd1e0774ad9f8e3866278896.tar.gz gentoo-2-23adfee3b07522d1bd1e0774ad9f8e3866278896.tar.bz2 gentoo-2-23adfee3b07522d1bd1e0774ad9f8e3866278896.zip |
Update EAPI to 3 because of EPREFIX usage.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/thunar-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/thunar/thunar-1.1.1.ebuild b/xfce-base/thunar/thunar-1.1.1.ebuild index af5e708e7033..330ee918060a 100644 --- a/xfce-base/thunar/thunar-1.1.1.ebuild +++ b/xfce-base/thunar/thunar-1.1.1.ebuild @@ -1,8 +1,8 @@ # 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.1.ebuild,v 1.1 2010/07/26 15:33:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.1.1.ebuild,v 1.2 2010/07/26 15:35:00 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit virtualx xfconf MY_P=${P/t/T} |