diff options
| author | 2016-08-25 11:14:55 +0800 | |
|---|---|---|
| committer | 2016-08-25 13:28:14 +0800 | |
| commit | 3945c4b908a8e4dee2649d0b418426f579364464 (patch) | |
| tree | f9ab4de8d1d8361102e41bb2c2527fe62d9b1011 | |
| parent | sys-process/criu: version bump (diff) | |
| download | gentoo-3945c4b908a8e4dee2649d0b418426f579364464.tar.gz gentoo-3945c4b908a8e4dee2649d0b418426f579364464.tar.bz2 gentoo-3945c4b908a8e4dee2649d0b418426f579364464.zip | |
app-backup/snapper: add REQUIRED_USE restriction
Gentoo-Bug: 591926
Package-Manager: portage-2.3.0
| -rw-r--r-- | app-backup/snapper/snapper-0.2.8-r1.ebuild (renamed from app-backup/snapper/snapper-0.2.8.ebuild) | 4 | ||||
| -rw-r--r-- | app-backup/snapper/snapper-9999.ebuild | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-backup/snapper/snapper-0.2.8.ebuild b/app-backup/snapper/snapper-0.2.8-r1.ebuild index 6674766e1ca9..f6d70a12a263 100644 --- a/app-backup/snapper/snapper-0.2.8.ebuild +++ b/app-backup/snapper/snapper-0.2.8-r1.ebuild @@ -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$ @@ -33,6 +33,8 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" +REQUIRED_USE="|| ( btrfs ext4 lvm )" + DOCS=( AUTHORS README ) src_prepare() { diff --git a/app-backup/snapper/snapper-9999.ebuild b/app-backup/snapper/snapper-9999.ebuild index ec021d331a64..20b5908dd862 100644 --- a/app-backup/snapper/snapper-9999.ebuild +++ b/app-backup/snapper/snapper-9999.ebuild @@ -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$ @@ -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 ) |
