diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-10 04:51:37 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-10 04:51:37 +0200 |
commit | d28532c6fd6c2d102048783b15f8478fc45d18ba (patch) | |
tree | c246d57334e3769d3e6f7560571997ac545e6c68 /app-arch | |
parent | media-sound/rgain: remove old (diff) | |
download | gentoo-d28532c6fd6c2d102048783b15f8478fc45d18ba.tar.gz gentoo-d28532c6fd6c2d102048783b15f8478fc45d18ba.tar.bz2 gentoo-d28532c6fd6c2d102048783b15f8478fc45d18ba.zip |
app-arch/gnome-autoar: fix deps for USE="introspection gtk"
Closes: https://bugs.gentoo.org/644022
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild index 82eba921fa02..5943841eaf9d 100644 --- a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild +++ b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86" RDEPEND=" >=app-arch/libarchive-3.2.0 >=dev-libs/glib-2.35.6:2 - gtk? ( >=x11-libs/gtk+-3.2:3 ) + gtk? ( >=x11-libs/gtk+-3.2:3[introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) " DEPEND="${RDEPEND} |