diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-03-08 08:34:10 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-08 08:59:59 +0000 |
commit | 6a34ae0f1e5765690a0003c1787f80df0e8be34b (patch) | |
tree | 896528319fb10c157358607183c2d1a1ce5a179f /app-backup | |
parent | mail-mta/exim: always give environment because it is non-conditional (diff) | |
parent | app-backup/snapper: update to reflect renamed README.md (diff) | |
download | gentoo-6a34ae0f1e5765690a0003c1787f80df0e8be34b.tar.gz gentoo-6a34ae0f1e5765690a0003c1787f80df0e8be34b.tar.bz2 gentoo-6a34ae0f1e5765690a0003c1787f80df0e8be34b.zip |
Merge github#985: app-backup/snapper: update to reflect renamed README.md
Pull-Request: https://github.com/gentoo/gentoo/pull/985
Gentoo-Bug: https://bugs.gentoo.org/576556
Reporter: Stefan Langenmaier <stefan.langenmaier@gmail.com>
Acked-by: Patrice Clement <monsieurp@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/snapper/snapper-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/snapper/snapper-9999.ebuild b/app-backup/snapper/snapper-9999.ebuild index 3668a406e386..ec021d331a64 100644 --- a/app-backup/snapper/snapper-9999.ebuild +++ b/app-backup/snapper/snapper-9999.ebuild @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" -DOCS=( AUTHORS README package/snapper.changes ) +DOCS=( AUTHORS README.md package/snapper.changes ) PATCHES=( "${FILESDIR}"/cron-confd.patch ) |