diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-12 22:53:41 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-12 22:53:41 +0000 |
commit | d2330cde731645bc67fc02f955876c18fd1e2924 (patch) | |
tree | 312aefdb55e4addac6fd6a4f135a5605be963f54 /x11-misc/gxmessage | |
parent | Removing old ebuild. (diff) | |
download | gentoo-2-d2330cde731645bc67fc02f955876c18fd1e2924.tar.gz gentoo-2-d2330cde731645bc67fc02f955876c18fd1e2924.tar.bz2 gentoo-2-d2330cde731645bc67fc02f955876c18fd1e2924.zip |
Fixed DEPEND.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/gxmessage')
-rw-r--r-- | x11-misc/gxmessage/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/gxmessage/gxmessage-2.4.4.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/gxmessage/ChangeLog b/x11-misc/gxmessage/ChangeLog index 6ab54c2feff6..f4ea4103b89f 100644 --- a/x11-misc/gxmessage/ChangeLog +++ b/x11-misc/gxmessage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gxmessage -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.13 2005/12/01 03:04:38 weeve Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.14 2006/01/12 22:53:41 nelchael Exp $ + + 12 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> gxmessage-2.4.4.ebuild: + Fixed DEPEND for modular X. 01 Dec 2005; Jason Wever <weeve@gentoo.org> gxmessage-2.4.4.ebuild: Stable on SPARC wrt bug #111131. diff --git a/x11-misc/gxmessage/gxmessage-2.4.4.ebuild b/x11-misc/gxmessage/gxmessage-2.4.4.ebuild index 2dc8fe7f7520..43c4e7f9e367 100644 --- a/x11-misc/gxmessage/gxmessage-2.4.4.ebuild +++ b/x11-misc/gxmessage/gxmessage-2.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.4.4.ebuild,v 1.9 2005/12/01 03:04:38 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.4.4.ebuild,v 1.10 2006/01/12 22:53:41 nelchael Exp $ DESCRIPTION="A GTK2 based xmessage clone" HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" @@ -10,8 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -DEPEND=">=x11-libs/gtk+-2.2 - virtual/x11" +DEPEND=">=x11-libs/gtk+-2.2" IUSE="" |