Skip to content

Commit

Permalink
app-backup/backupninja: Fix DEPEND/RDEPEND.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Jeroen Roovers committed Feb 7, 2017
1 parent 96a8e76 commit 41ec9ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app-backup/backupninja/backupninja-1.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

inherit autotools

Expand All @@ -16,13 +16,12 @@ SRC_URI="https://labs.riseup.net/code/attachments/download/${NODE_NUMBER}/${P}.t
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="dev-util/dialog"
RDEPEND="${DEPEND}"
RDEPEND="dev-util/dialog"

DOCS=( AUTHORS FAQ TODO README NEWS )

src_prepare() {
default
eautoreconf
}

0 comments on commit 41ec9ca

Please sign in to comment.