diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-10-11 12:02:57 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-10-11 12:02:57 +0000 |
commit | 7e03207d8270d9e15b102957ea3b01dbf4c625b3 (patch) | |
tree | 4b937b7b63cff851bc21e033a67c47c5d9e3a2fe /x11-misc/xpad | |
parent | Marked ~hppa (bug #144414). (diff) | |
download | historical-7e03207d8270d9e15b102957ea3b01dbf4c625b3.tar.gz historical-7e03207d8270d9e15b102957ea3b01dbf4c625b3.tar.bz2 historical-7e03207d8270d9e15b102957ea3b01dbf4c625b3.zip |
Add dev-util/pkgconfig dependency as per bug #150792. Spotted by Patrick Lauer <patrick@gentoo.org>
Package-Manager: portage-2.1.1
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-2.11.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index 78960902f82b..9cd2f926775a 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xpad # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.51 2006/05/04 01:34:54 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.52 2006/10/11 12:02:57 ferdy Exp $ + + 11 Oct 2006; Fernando J. Pereda <ferdy@gentoo.org> xpad-2.11.ebuild: + Add dev-util/pkgconfig dependency as per bug #150792. Spotted by Patrick + Lauer <patrick@gentoo.org> 04 May 2006; Daniel Gryniewicz <dang@gentoo.org> xpad-2.11.ebuild: Marked stable on amd64 per bug #131792 diff --git a/x11-misc/xpad/xpad-2.11.ebuild b/x11-misc/xpad/xpad-2.11.ebuild index 0abc9a582a8a..9508a51a32a0 100644 --- a/x11-misc/xpad/xpad-2.11.ebuild +++ b/x11-misc/xpad/xpad-2.11.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/xpad/xpad-2.11.ebuild,v 1.6 2006/05/04 01:34:54 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.11.ebuild,v 1.7 2006/10/11 12:02:57 ferdy Exp $ DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." HOMEPAGE="http://xpad.sourceforge.net/" @@ -14,6 +14,7 @@ IUSE="" RDEPEND=">=x11-libs/gtk+-2.6.0" DEPEND="${RDEPEND} >=dev-util/intltool-0.31 + dev-util/pkgconfig sys-devel/gettext" src_install () { |