diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-04-21 20:47:18 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-04-21 20:54:26 +0300 |
commit | 89700a3d2fe3624c8ec3c58f5293030c060d641b (patch) | |
tree | 8dc9eb9a573b9c748e1bb6c4c68e9fc358e08b42 /app-crypt/bcwipe | |
parent | app-text/pinfo: Add live ebuild (diff) | |
download | gentoo-89700a3d2fe3624c8ec3c58f5293030c060d641b.tar.gz gentoo-89700a3d2fe3624c8ec3c58f5293030c060d641b.tar.bz2 gentoo-89700a3d2fe3624c8ec3c58f5293030c060d641b.zip |
app-crypt/bcwipe: add RESTRICT
Closes: https://bugs.gentoo.org/show_bug.cgi?id=683956
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild index 2b76c45f52b2..e85e1d5109cd 100644 --- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild @@ -14,6 +14,7 @@ LICENSE="bestcrypt" SLOT="0" IUSE="doc" KEYWORDS="amd64 ~arm ppc x86" +RESTRICT="mirror bindist" PATCHES=( "${FILESDIR}/${PN}-1.9.7-fix_warnings.patch" |