diff options
author | Sven Vermeulen <swift@gentoo.org> | 2015-08-16 20:08:07 +0200 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2015-08-16 20:16:03 +0200 |
commit | 4a2f76fd85afb8c3b4fbdf67153378894bc2b821 (patch) | |
tree | 8e2faa6aca16357cc68042e22d75cfb6b56c828e /app-crypt/eid-mw/metadata.xml | |
parent | media-gfx/enblend: Fix texinfo compilation (bug #479978) (diff) | |
download | gentoo-4a2f76fd85afb8c3b4fbdf67153378894bc2b821.tar.gz gentoo-4a2f76fd85afb8c3b4fbdf67153378894bc2b821.tar.bz2 gentoo-4a2f76fd85afb8c3b4fbdf67153378894bc2b821.zip |
app-crypt/eid-mw: Update -9999 to drop gtk requirement in newest builds
Provided by Vincent Hardy, this patches the live ebuild to drop the gtk
requirement from the code. It also includes the pkgconfig file.
Gentoo-Bug: 557604
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-crypt/eid-mw/metadata.xml')
-rw-r--r-- | app-crypt/eid-mw/metadata.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-crypt/eid-mw/metadata.xml b/app-crypt/eid-mw/metadata.xml index 964772a1c4bb..a695712ba3d3 100644 --- a/app-crypt/eid-mw/metadata.xml +++ b/app-crypt/eid-mw/metadata.xml @@ -20,9 +20,12 @@ These three functions form the basis of the countless applications for your eID. </longdescription> <use> <flag name="gtk"> - Enable the dialog pages, by using <pkg>x11-libs/gtk+:2</pkg> + All dialogs are available, by using <pkg>x11-libs/gtk+:*</pkg> </flag> - <flag name="xpi"> + <flag name="dialogs"> + Enable "askaccess" dialog box, by using <pkg>x11-libs/gtk+:*</pkg> + </flag> + <flag name="xpi"> Build and install an extension for Mozilla browsers. </flag> </use> |