diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-18 19:32:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-18 20:08:05 +0200 |
commit | 2595a98b190f086231d42b178d70aee3fa6d06b2 (patch) | |
tree | 73a45e44191fe65e0c55a1b5e7b1bbbd18d4e3a6 /app-emulation/ski | |
parent | virtual/libelf: Add a virtual for libelf.so providers (diff) | |
download | gentoo-2595a98b190f086231d42b178d70aee3fa6d06b2.tar.gz gentoo-2595a98b190f086231d42b178d70aee3fa6d06b2.tar.bz2 gentoo-2595a98b190f086231d42b178d70aee3fa6d06b2.zip |
app-emulation/ski: Use virtual/libelf
Diffstat (limited to 'app-emulation/ski')
-rw-r--r-- | app-emulation/ski/ski-1.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/ski/ski-1.3.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/ski/ski-1.3.2-r1.ebuild b/app-emulation/ski/ski-1.3.2-r1.ebuild index 875a6ddf4361..d7362333d458 100644 --- a/app-emulation/ski/ski-1.3.2-r1.ebuild +++ b/app-emulation/ski/ski-1.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86" IUSE="+gtk motif" RDEPEND="dev-libs/libltdl:0 - || ( dev-libs/elfutils dev-libs/libelf ) sys-libs/ncurses + virtual/libelf gtk? ( gnome-base/libglade:2.0 gnome-base/libgnomeui diff --git a/app-emulation/ski/ski-1.3.2.ebuild b/app-emulation/ski/ski-1.3.2.ebuild index 4d62c2acc364..6a67b2f9b7ae 100644 --- a/app-emulation/ski/ski-1.3.2.ebuild +++ b/app-emulation/ski/ski-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86" IUSE="+gtk motif" RDEPEND="dev-libs/libltdl - || ( dev-libs/elfutils dev-libs/libelf ) sys-libs/ncurses + virtual/libelf gtk? ( gnome-base/libglade:2.0 gnome-base/libgnomeui |