diff options
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/scythia/scythia-0.9.3_p2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-ftp/scythia/scythia-0.9.3_p2.ebuild b/net-ftp/scythia/scythia-0.9.3_p2.ebuild index c06b4acf268d..b39486b211f3 100644 --- a/net-ftp/scythia/scythia-0.9.3_p2.ebuild +++ b/net-ftp/scythia/scythia-0.9.3_p2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 inherit gnome2-utils qt4-r2 DESCRIPTION="Just a small FTP client" @@ -14,11 +14,10 @@ SLOT="0" KEYWORDS="amd64 ~x86" IUSE="" -DEPEND="dev-qt/qtgui:4" +RDEPEND="dev-qt/qtgui:4" +DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN} - -DOCS="AUTHORS" +S="${WORKDIR}/${PN}" src_prepare() { sed -i \ |