diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
commit | d495cd12a3d00437fdbf115d7d4da29aefbfa87a (patch) | |
tree | a5dd708ad79fef06c5401992a5707b578a07958e /gpdf | |
parent | ae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff) |
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'gpdf')
-rw-r--r-- | gpdf/gpdf_2.7.90.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpdf/gpdf_2.7.90.oe b/gpdf/gpdf_2.7.90.oe index cec3b4d047..88216fbe32 100644 --- a/gpdf/gpdf_2.7.90.oe +++ b/gpdf/gpdf_2.7.90.oe @@ -1,7 +1,7 @@ SECTION = "x11/utils" PR = "r2" -inherit gnome gettext gettext +inherit gnome gettext DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \ libgnomeprint libgnomeprintui gnome-common" |