diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-11-14 22:58:33 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-11-14 22:59:28 +0800 |
commit | 7f9ea004e09fbf082532931934f87a6e8e0493bf (patch) | |
tree | 7921c4881210ca03a88f293528c49b5ecb3f917e /app-crypt/eid-mw/eid-mw-9999.ebuild | |
parent | Update gnome 3.18 mask (diff) | |
download | gentoo-7f9ea004e09fbf082532931934f87a6e8e0493bf.tar.gz gentoo-7f9ea004e09fbf082532931934f87a6e8e0493bf.tar.bz2 gentoo-7f9ea004e09fbf082532931934f87a6e8e0493bf.zip |
app-crypt/eid-mw: revise and correct patches
Patches apply to versions 4.1.4, 4.1.9 and the live ebuild,
supplied by proxy maintainer sourced from the gentoo bug
Gentoo bug: #564582
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-crypt/eid-mw/eid-mw-9999.ebuild')
-rw-r--r-- | app-crypt/eid-mw/eid-mw-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/eid-mw/eid-mw-9999.ebuild b/app-crypt/eid-mw/eid-mw-9999.ebuild index b6a855391d25..2424341373a5 100644 --- a/app-crypt/eid-mw/eid-mw-9999.ebuild +++ b/app-crypt/eid-mw/eid-mw-9999.ebuild @@ -20,7 +20,7 @@ fi SLOT="0" LICENSE="LGPL-3" -DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government" +DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government" HOMEPAGE="http://eid.belgium.be" @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { - use gtk || epatch "${FILESDIR}"/gtk_not_required_4.1.4.patch + use gtk || epatch "${FILESDIR}"/gtk_not_required_9999.patch if [[ ${PV} == "9999" ]] ; then # Only in current git. Hopefully, in next release. |