diff options
author | 2006-10-11 12:13:23 +0000 | |
---|---|---|
committer | 2006-10-11 12:13:23 +0000 | |
commit | 30d8e1a0245291a12b1288986d6921e448ba0396 (patch) | |
tree | e28e289c4292692723b8e1bd5caa67a1e1e0f289 /x11-misc/gxmessage/gxmessage-2.6.1.ebuild | |
parent | Add taglib dependency (which will not be in 1.2 final; the configure script i... (diff) | |
download | gentoo-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/gxmessage-2.6.1.ebuild')
-rw-r--r-- | x11-misc/gxmessage/gxmessage-2.6.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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="" |