summaryrefslogtreecommitdiff
path: root/cvs
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
parentae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff)
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'cvs')
-rw-r--r--cvs/cvs_1.12.8.oe2
-rw-r--r--cvs/cvs_1.12.9.oe2
2 files changed, 2 insertions, 2 deletions
diff --git a/cvs/cvs_1.12.8.oe b/cvs/cvs_1.12.8.oe
index 60cb9f4efd..51aa9de2fb 100644
--- a/cvs/cvs_1.12.8.oe
+++ b/cvs/cvs_1.12.8.oe
@@ -7,6 +7,6 @@ LICENSE = "GPL"
SRC_URI = "https://cvs.cvshome.org/files/documents/19/170/cvs-${PV}.tar.bz2 \
file://m4.patch;patch=1"
-inherit autotools gettext gettext
+inherit autotools gettext
EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"
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"