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 /inkscape | |
parent | ae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff) |
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'inkscape')
-rw-r--r-- | inkscape/inkscape_0.38.1.oe | 2 | ||||
-rw-r--r-- | inkscape/inkscape_0.39.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inkscape/inkscape_0.38.1.oe b/inkscape/inkscape_0.38.1.oe index 633ee7fb3f..5866179489 100644 --- a/inkscape/inkscape_0.38.1.oe +++ b/inkscape/inkscape_0.38.1.oe @@ -9,4 +9,4 @@ LICENSE = "GPL" SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2" S = "${WORKDIR}/inkscape-${PV}" -inherit autotools gettext gettext +inherit autotools gettext diff --git a/inkscape/inkscape_0.39.oe b/inkscape/inkscape_0.39.oe index 633ee7fb3f..5866179489 100644 --- a/inkscape/inkscape_0.39.oe +++ b/inkscape/inkscape_0.39.oe @@ -9,4 +9,4 @@ LICENSE = "GPL" SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2" S = "${WORKDIR}/inkscape-${PV}" -inherit autotools gettext gettext +inherit autotools gettext |