diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-28 16:23:24 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-28 16:23:24 +0000 |
commit | c35735788814c73ca57da8bb77de8028fae491b2 (patch) | |
tree | e95d6ebb23429511a758e2268de205aed237116d /app-misc/ithought | |
parent | [sys-cluster/ceph] Version bump & clean up (diff) | |
download | gentoo-2-c35735788814c73ca57da8bb77de8028fae491b2.tar.gz gentoo-2-c35735788814c73ca57da8bb77de8028fae491b2.tar.bz2 gentoo-2-c35735788814c73ca57da8bb77de8028fae491b2.zip |
Fixed gtk+ dep
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ithought')
-rw-r--r-- | app-misc/ithought/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/ithought/ithought-0.0.5-r1.ebuild | 8 | ||||
-rw-r--r-- | app-misc/ithought/ithought-0.0.5-r2.ebuild | 9 |
3 files changed, 16 insertions, 9 deletions
diff --git a/app-misc/ithought/ChangeLog b/app-misc/ithought/ChangeLog index 2f175de466a4..291e780c9901 100644 --- a/app-misc/ithought/ChangeLog +++ b/app-misc/ithought/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/ithought -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ChangeLog,v 1.11 2010/08/22 11:17:15 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ChangeLog,v 1.12 2011/03/28 16:23:24 angelos Exp $ + + 28 Mar 2011; Christoph Mende <angelos@gentoo.org> ithought-0.0.5-r1.ebuild, + ithought-0.0.5-r2.ebuild: + Fixed gtk+ dep *ithought-0.0.5-r2 (22 Aug 2010) diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild index 9144f6c9ba9f..74d15c859192 100644 --- a/app-misc/ithought/ithought-0.0.5-r1.ebuild +++ b/app-misc/ithought/ithought-0.0.5-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.21 2010/01/01 18:23:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.22 2011/03/28 16:23:24 angelos Exp $ +EAPI=3 MY_P=${P/0.0./a} DESCRIPTION="An internet-aware personal thought manager" @@ -13,8 +14,9 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-1.2* +DEPEND="x11-libs/gtk+:1 dev-libs/libxml2" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} diff --git a/app-misc/ithought/ithought-0.0.5-r2.ebuild b/app-misc/ithought/ithought-0.0.5-r2.ebuild index 8644b26e0b0f..ac78aeb55c1c 100644 --- a/app-misc/ithought/ithought-0.0.5-r2.ebuild +++ b/app-misc/ithought/ithought-0.0.5-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r2.ebuild,v 1.1 2010/08/22 11:17:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r2.ebuild,v 1.2 2011/03/28 16:23:24 angelos Exp $ -EAPI=2 +EAPI=3 MY_P=${P/0.0./a} @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="=x11-libs/gtk+-1.2* +DEPEND="x11-libs/gtk+:1 dev-libs/libxml2" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} |