diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-27 19:17:24 -0500 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-04-02 19:50:29 +0200 |
commit | 0ac28a612f46b231e7d2f9d317120bf75040f94b (patch) | |
tree | 5d952774b35ebaebe19bf349c83e2dfc68c152d2 /dev-cpp | |
parent | app-emulation/libguestfs: fix a typo in ocaml activation, bug #650068 (diff) | |
download | gentoo-0ac28a612f46b231e7d2f9d317120bf75040f94b.tar.gz gentoo-0ac28a612f46b231e7d2f9d317120bf75040f94b.tar.bz2 gentoo-0ac28a612f46b231e7d2f9d317120bf75040f94b.zip |
dev-cpp/gtkmm: remove emul-linux-x86 references
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7670
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-2.24.5.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-2.24.5.ebuild b/dev-cpp/gtkmm/gtkmm-2.24.5.ebuild index b6ddebe6d780..2c187fe412a2 100644 --- a/dev-cpp/gtkmm/gtkmm-2.24.5.ebuild +++ b/dev-cpp/gtkmm/gtkmm-2.24.5.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 @@ -13,7 +13,7 @@ SLOT="2.4" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="doc examples test" -COMMON_DEPEND=" +RDEPEND=" >=dev-cpp/glibmm-2.34.1:2[${MULTILIB_USEDEP}] >=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}] >=x11-libs/gdk-pixbuf-2.28:2[${MULTILIB_USEDEP}] @@ -22,12 +22,7 @@ COMMON_DEPEND=" >=dev-cpp/pangomm-2.34.0:1.4[${MULTILIB_USEDEP}] >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}] " -RDEPEND="${COMMON_DEPEND} - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtkmmlibs-20140508 - !app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] ) -" -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig[${MULTILIB_USEDEP}] doc? ( media-gfx/graphviz |