summaryrefslogtreecommitdiff
path: root/cvs/cvs_1.12.9.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-20 19:25:21 +0000
committerPhil Blundell <philb@gnu.org>2004-11-20 19:25:21 +0000
commitd495cd12a3d00437fdbf115d7d4da29aefbfa87a (patch)
treea5dd708ad79fef06c5401992a5707b578a07958e /cvs/cvs_1.12.9.oe
parentae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff)
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'cvs/cvs_1.12.9.oe')
-rw-r--r--cvs/cvs_1.12.9.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvs/cvs_1.12.9.oe b/cvs/cvs_1.12.9.oe
index 2d7da24880..02ccb61b13 100644
--- a/cvs/cvs_1.12.9.oe
+++ b/cvs/cvs_1.12.9.oe
@@ -7,6 +7,6 @@ LICENSE = "GPL"
SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \
file://m4.patch;patch=1"
-inherit autotools gettext gettext
+inherit autotools gettext
EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"