diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-25 23:30:14 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-25 23:36:59 +0300 |
commit | c3bc01df0c53736598ea19815841479c0c9cd2c3 (patch) | |
tree | 661867900b0f7c8626f59943a7d2b3f85700f6e1 /app-crypt | |
parent | x11-plugins/enigmail: ppc64 stable wrt bug #611954 (diff) | |
download | gentoo-c3bc01df0c53736598ea19815841479c0c9cd2c3.tar.gz gentoo-c3bc01df0c53736598ea19815841479c0c9cd2c3.tar.bz2 gentoo-c3bc01df0c53736598ea19815841479c0c9cd2c3.zip |
app-crypt/gnupg: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.1.19-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gnupg/gnupg-2.1.19-r1.ebuild b/app-crypt/gnupg/gnupg-2.1.19-r1.ebuild index a9bfccac46fa..6d356ecc64b9 100644 --- a/app-crypt/gnupg/gnupg-2.1.19-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.1.19-r1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit eutils flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation" HOMEPAGE="http://www.gnupg.org/" |