summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-09 17:20:17 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-09 17:20:17 +0000
commit9b8b7d01e0971b70ab48a20e9fccfa72972dbd8d (patch)
tree8db0c4e0329f3efad598b57573e2ec7e0e56cff1 /x11-misc/uf-view
parentdep cleanup (diff)
downloadhistorical-9b8b7d01e0971b70ab48a20e9fccfa72972dbd8d.tar.gz
historical-9b8b7d01e0971b70ab48a20e9fccfa72972dbd8d.tar.bz2
historical-9b8b7d01e0971b70ab48a20e9fccfa72972dbd8d.zip
dep cleanup
Diffstat (limited to 'x11-misc/uf-view')
-rw-r--r--x11-misc/uf-view/ChangeLog5
-rw-r--r--x11-misc/uf-view/Manifest4
-rw-r--r--x11-misc/uf-view/uf-view-2.2.ebuild7
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/uf-view/ChangeLog b/x11-misc/uf-view/ChangeLog
index 7f62d257104a..ee83e45896bd 100644
--- a/x11-misc/uf-view/ChangeLog
+++ b/x11-misc/uf-view/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/uf-view
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v 1.1 2003/05/02 19:43:51 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v 1.2 2003/07/09 17:20:09 liquidx Exp $
+
+ 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> uf-view-2.2.ebuild:
+ added pkgconfig dep
*uf-view-2.2 (02 May 2003)
diff --git a/x11-misc/uf-view/Manifest b/x11-misc/uf-view/Manifest
index 9f496fd36771..a1ead8f8b165 100644
--- a/x11-misc/uf-view/Manifest
+++ b/x11-misc/uf-view/Manifest
@@ -1,3 +1,3 @@
-MD5 db3917edb3e9d7268b0445bdb299c624 uf-view-2.2.ebuild 626
-MD5 428534c2316a2db60b2a6acdb0bf6005 ChangeLog 385
+MD5 3b2f32f97b0eae2292064830425c8dab ChangeLog 479
+MD5 12111901738c4b87aa0354a8cd9c3a4c uf-view-2.2.ebuild 671
MD5 576bc386ddac1059d522da62583422cd files/digest-uf-view-2.2 63
diff --git a/x11-misc/uf-view/uf-view-2.2.ebuild b/x11-misc/uf-view/uf-view-2.2.ebuild
index 1dbe6f0eab2a..628f8985e35a 100644
--- a/x11-misc/uf-view/uf-view-2.2.ebuild
+++ b/x11-misc/uf-view/uf-view-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.2.ebuild,v 1.1 2003/05/02 19:43:51 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.2.ebuild,v 1.2 2003/07/09 17:20:09 liquidx Exp $
inherit gnome2
@@ -12,9 +12,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND=">=dev-libs/glib-2.0
+RDEPEND=">=dev-libs/glib-2.0
>=x11-libs/gtk+-2
>=gnome-base/libgnomeui-2
>=gnome-base/libglade-2"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO"