summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-10-11 12:13:23 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-10-11 12:13:23 +0000
commit30d8e1a0245291a12b1288986d6921e448ba0396 (patch)
treee28e289c4292692723b8e1bd5caa67a1e1e0f289 /x11-misc/gxmessage
parentAdd taglib dependency (which will not be in 1.2 final; the configure script i... (diff)
downloadgentoo-2-30d8e1a0245291a12b1288986d6921e448ba0396.tar.gz
gentoo-2-30d8e1a0245291a12b1288986d6921e448ba0396.tar.bz2
gentoo-2-30d8e1a0245291a12b1288986d6921e448ba0396.zip
Add missing dev-util/pkgconfig to DEPEND, stable on x86. See bug #150821.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/gxmessage')
-rw-r--r--x11-misc/gxmessage/ChangeLog5
-rw-r--r--x11-misc/gxmessage/gxmessage-2.6.1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/gxmessage/ChangeLog b/x11-misc/gxmessage/ChangeLog
index 8682c6932b8f..8e7f0ef9c831 100644
--- a/x11-misc/gxmessage/ChangeLog
+++ b/x11-misc/gxmessage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/gxmessage
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.15 2006/05/27 17:55:03 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.16 2006/10/11 12:13:23 nelchael Exp $
+
+ 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> gxmessage-2.6.1.ebuild:
+ Add missing dev-util/pkgconfig to DEPEND, stable on x86. See bug #150821.
*gxmessage-2.6.1 (27 May 2006)
diff --git a/x11-misc/gxmessage/gxmessage-2.6.1.ebuild b/x11-misc/gxmessage/gxmessage-2.6.1.ebuild
index ab29b28c395f..89aa4f8deff4 100644
--- a/x11-misc/gxmessage/gxmessage-2.6.1.ebuild
+++ b/x11-misc/gxmessage/gxmessage-2.6.1.ebuild
@@ -1,6 +1,6 @@
# 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.6.1.ebuild,v 1.1 2006/05/27 17:55:03 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.6.1.ebuild,v 1.2 2006/10/11 12:13:23 nelchael Exp $
DESCRIPTION="A GTK2 based xmessage clone"
HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
@@ -8,9 +8,10 @@ SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
-DEPEND=">=x11-libs/gtk+-2.6"
+DEPEND=">=x11-libs/gtk+-2.6
+ dev-util/pkgconfig"
IUSE=""