diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:13:32 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:13:32 +0000 |
commit | 65b4ea5a7ac97aafa9542785f81c0fb06d6b4d0f (patch) | |
tree | 5df55c43040a5dac73b2a8ef68c4f9681a111c0b /dev-util | |
parent | Stable for HPPA (bug #358407). (diff) | |
download | gentoo-2-65b4ea5a7ac97aafa9542785f81c0fb06d6b4d0f.tar.gz gentoo-2-65b4ea5a7ac97aafa9542785f81c0fb06d6b4d0f.tar.bz2 gentoo-2-65b4ea5a7ac97aafa9542785f81c0fb06d6b4d0f.zip |
Fixed slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/helpblocks/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/helpblocks/helpblocks-1.21-r1.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/helpblocks/ChangeLog b/dev-util/helpblocks/ChangeLog index 530c641ae55a..0bfdce3b4cb9 100644 --- a/dev-util/helpblocks/ChangeLog +++ b/dev-util/helpblocks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/helpblocks -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.9 2009/03/07 13:57:03 mrness Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.10 2011/03/29 13:13:32 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> helpblocks-1.21-r1.ebuild: + Fixed slot deps *helpblocks-1.21-r1 (07 Mar 2009) diff --git a/dev-util/helpblocks/helpblocks-1.21-r1.ebuild b/dev-util/helpblocks/helpblocks-1.21-r1.ebuild index b29cf003b458..9bace86a6f2d 100644 --- a/dev-util/helpblocks/helpblocks-1.21-r1.ebuild +++ b/dev-util/helpblocks/helpblocks-1.21-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.21-r1.ebuild,v 1.1 2009/03/07 13:57:03 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.21-r1.ebuild,v 1.2 2011/03/29 13:13:32 angelos Exp $ + +EAPI=1 DESCRIPTION="HTML Help Editor for wxWidgets" HOMEPAGE="http://www.helpblocks.com/" @@ -13,7 +15,7 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 x11-libs/libXinerama >=media-libs/libpng-1.2 media-libs/jpeg |