Skip to content

Commit

Permalink
app-backup/snapper: add REQUIRED_USE restriction
Browse files Browse the repository at this point in the history
Gentoo-Bug: 591926

Package-Manager: portage-2.3.0
  • Loading branch information
dlan17 committed Aug 25, 2016
1 parent 47f05b4 commit 3945c4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"

REQUIRED_USE="|| ( btrfs ext4 lvm )"

DOCS=( AUTHORS README )

src_prepare() {
Expand Down
6 changes: 4 additions & 2 deletions app-backup/snapper/snapper-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -36,7 +36,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"

DOCS=( AUTHORS README.md package/snapper.changes )
REQUIRED_USE="|| ( btrfs ext4 lvm )"

DOCS=( AUTHORS package/snapper.changes )

PATCHES=( "${FILESDIR}"/cron-confd.patch )

Expand Down

0 comments on commit 3945c4b

Please sign in to comment.