diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-30 06:57:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-30 06:57:41 +0000 |
commit | 915f2b71c4ddba51fb4b6e5f00d19e01b12f807a (patch) | |
tree | 06e2436091cd36c7353c3e3aaeab1830d9b0c9d0 /app-emulation | |
parent | append-*flags: revert to old behavior where we always append the flags specif... (diff) | |
download | gentoo-2-915f2b71c4ddba51fb4b6e5f00d19e01b12f807a.tar.gz gentoo-2-915f2b71c4ddba51fb4b6e5f00d19e01b12f807a.tar.bz2 gentoo-2-915f2b71c4ddba51fb4b6e5f00d19e01b12f807a.zip |
Add libglade/libgnomeui to RDEPEND when USE=gtk #486526 by Patrick Lauer.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ski/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/ski/ski-1.3.2.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-emulation/ski/ChangeLog b/app-emulation/ski/ChangeLog index 910e6a281782..36ad8e735698 100644 --- a/app-emulation/ski/ChangeLog +++ b/app-emulation/ski/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/ski -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.4 2012/10/24 18:59:31 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.5 2013/09/30 06:57:41 vapier Exp $ + + 30 Sep 2013; Mike Frysinger <vapier@gentoo.org> ski-1.3.2.ebuild: + Add libglade/libgnomeui to RDEPEND when USE=gtk #486526 by Patrick Lauer. 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> ski-1.3.2.ebuild: Update dependency after package move from x11-libs/openmotif to @@ -21,4 +24,3 @@ +files/ski-1.3.2-no-local-ltdl.patch, +files/ski-1.3.2-remove-hayes.patch, +files/ski-1.3.2-syscall-linux-includes.patch, +metadata.xml: Initial ebuild by Dennis Schridde #376411. - diff --git a/app-emulation/ski/ski-1.3.2.ebuild b/app-emulation/ski/ski-1.3.2.ebuild index 98eb26abacd3..0ca93d6893a6 100644 --- a/app-emulation/ski/ski-1.3.2.ebuild +++ b/app-emulation/ski/ski-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild,v 1.4 2012/10/24 18:59:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild,v 1.5 2013/09/30 06:57:41 vapier Exp $ EAPI="4" @@ -19,7 +19,11 @@ IUSE="+gtk motif" RDEPEND="sys-devel/libtool || ( dev-libs/elfutils dev-libs/libelf ) sys-libs/ncurses - gtk? ( x11-libs/gtk+:2 ) + gtk? ( + gnome-base/libglade:2.0 + gnome-base/libgnomeui + x11-libs/gtk+:2 + ) motif? ( x11-libs/motif )" DEPEND="${RDEPEND} sys-devel/bison |