diff options
author | 2017-08-01 23:41:16 +0200 | |
---|---|---|
committer | 2017-08-01 23:42:04 +0200 | |
commit | 175b673d6d972791dcb768e669528d09c74b7eb1 (patch) | |
tree | 0c34974f2b07fe967ce9d3cc720191b87b5b5b01 /app-misc/fsniper | |
parent | app-misc/fdupes: EAPI 6 bump. (diff) | |
download | gentoo-175b673d6d972791dcb768e669528d09c74b7eb1.tar.gz gentoo-175b673d6d972791dcb768e669528d09c74b7eb1.tar.bz2 gentoo-175b673d6d972791dcb768e669528d09c74b7eb1.zip |
app-misc/fsniper: stable for amd64+x86.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-misc/fsniper')
-rw-r--r-- | app-misc/fsniper/fsniper-1.3.1-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/fsniper/fsniper-1.3.1-r2.ebuild b/app-misc/fsniper/fsniper-1.3.1-r2.ebuild index 615e27845103..55bfb55850f4 100644 --- a/app-misc/fsniper/fsniper-1.3.1-r2.ebuild +++ b/app-misc/fsniper/fsniper-1.3.1-r2.ebuild @@ -6,12 +6,12 @@ EAPI=6 inherit autotools DESCRIPTION="Monitors a given set of directories for new files" -HOMEPAGE="https://github.com/l3ib/fsniper/" +HOMEPAGE="https://github.com/l3ib/fsniper" SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND=" dev-libs/libpcre @@ -33,6 +33,5 @@ src_prepare() { } src_install() { - emake DESTDIR="${D}" install - einstalldocs + default } |