diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 17:21:38 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 17:21:38 +0000 |
commit | f1b78f5432bb99097030d2a29d208d5636ca59e9 (patch) | |
tree | 050497e7af32fd186777eb4a72f57070dcf1781d /x11-misc/uf-view | |
parent | dep cleanup (diff) | |
download | gentoo-2-f1b78f5432bb99097030d2a29d208d5636ca59e9.tar.gz gentoo-2-f1b78f5432bb99097030d2a29d208d5636ca59e9.tar.bz2 gentoo-2-f1b78f5432bb99097030d2a29d208d5636ca59e9.zip |
dep cleanup
Diffstat (limited to 'x11-misc/uf-view')
-rw-r--r-- | x11-misc/uf-view/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/uf-view/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/uf-view/uf-view-2.2.ebuild | 7 |
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" |