diff options
| author | Jonathan Callen <abcd@gentoo.org> | 2011-04-27 21:52:36 -0400 |
|---|---|---|
| committer | Jonathan Callen <abcd@gentoo.org> | 2011-04-27 21:52:36 -0400 |
| commit | 7dab287bd58a6d853388df8d42938db4318deb65 (patch) | |
| tree | aedff9faa7bb3a43ba1eb8c74fe1e791958d85ce /app-backup/timevault/timevault-9999.ebuild | |
| parent | dc0df4190ac2ee090784800f59beee474e1e69b6 (diff) | |
| download | kde-7dab287bd58a6d853388df8d42938db4318deb65.tar.gz kde-7dab287bd58a6d853388df8d42938db4318deb65.tar.bz2 kde-7dab287bd58a6d853388df8d42938db4318deb65.zip | |
Use EAPI=4 when possible, massive cleanup
(Portage version: 2.2.0_alpha30/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 229E5838)
Diffstat (limited to 'app-backup/timevault/timevault-9999.ebuild')
| -rw-r--r-- | app-backup/timevault/timevault-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/timevault/timevault-9999.ebuild b/app-backup/timevault/timevault-9999.ebuild index 516888d370f..875e5d7c87b 100644 --- a/app-backup/timevault/timevault-9999.ebuild +++ b/app-backup/timevault/timevault-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=4 KDE_SCM="git" inherit kde4-base @@ -21,5 +21,5 @@ RDEPEND="${DEPEND}" src_install() { kde4-base_src_install - rm "${D}/usr/share/apps/cmake/modules/PkgConfigGetVar.cmake" || die "workaround deletion failed" + rm "${ED}/usr/share/apps/cmake/modules/PkgConfigGetVar.cmake" || die "workaround deletion failed" } |
