diff options
Diffstat (limited to 'app-backup/simplebackup')
-rw-r--r-- | app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild (renamed from app-backup/simplebackup/simplebackup-1.8.1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-backup/simplebackup/simplebackup-1.8.1.ebuild b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild index 2452d95d4eac..3c933c229773 100644 --- a/app-backup/simplebackup/simplebackup-1.8.1.ebuild +++ b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="Cross-platform backup program" HOMEPAGE="http://migas-sbackup.sourceforge.net/" SRC_URI="mirror://sourceforge/migas-sbackup/${P}.tar.gz" @@ -14,7 +16,7 @@ DEPEND="" RDEPEND="dev-lang/perl sasl? ( dev-perl/Authen-SASL )" -S=${WORKDIR}/${P}/unix +S="${WORKDIR}/${P}/unix" src_compile() { return; |