diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 14:23:36 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:27 +0300 |
commit | 86615353758488aa5ba7424736815bae82e3b9cb (patch) | |
tree | d92f08db86d8a6cd0fd6014bf89dcda2e42763dc /app-crypt/bsign | |
parent | app-crypt/bestcrypt: eapi bump (diff) | |
download | gentoo-86615353758488aa5ba7424736815bae82e3b9cb.tar.gz gentoo-86615353758488aa5ba7424736815bae82e3b9cb.tar.bz2 gentoo-86615353758488aa5ba7424736815bae82e3b9cb.zip |
app-crypt/bsign: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/bsign')
-rw-r--r-- | app-crypt/bsign/bsign-0.4.5-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/bsign/bsign-0.4.5-r1.ebuild b/app-crypt/bsign/bsign-0.4.5-r1.ebuild index 11ef50052dbb..9da81524e628 100644 --- a/app-crypt/bsign/bsign-0.4.5-r1.ebuild +++ b/app-crypt/bsign/bsign-0.4.5-r1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit autotools flag-o-matic DESCRIPTION="embed secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files" -HOMEPAGE="http://packages.debian.org/sid/bsign" +HOMEPAGE="https://packages.debian.org/jessie/bsign" SRC_URI="mirror://debian/pool/main/b/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2" |