summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2011-09-25 19:11:30 +0000
committerMichael Weber <xmw@gentoo.org>2011-09-25 19:11:30 +0000
commit89c452cded09ba93c753ff0b93325b4fe8d7d582 (patch)
tree6d66f90552d8af940d98f2cb2b753fd9f07a26d9 /app-backup/backintime
parentVersion bump (from git tag) (diff)
downloadgentoo-2-89c452cded09ba93c753ff0b93325b4fe8d7d582.tar.gz
gentoo-2-89c452cded09ba93c753ff0b93325b4fe8d7d582.tar.bz2
gentoo-2-89c452cded09ba93c753ff0b93325b4fe8d7d582.zip
Fixed typo kd4 (bug 384413, thanks to Nicolas)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/backintime')
-rw-r--r--app-backup/backintime/ChangeLog6
-rw-r--r--app-backup/backintime/backintime-1.0.6-r1.ebuild4
-rw-r--r--app-backup/backintime/backintime-1.0.8.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-backup/backintime/ChangeLog b/app-backup/backintime/ChangeLog
index 0a1c7ff32ed0..26be6ea80f68 100644
--- a/app-backup/backintime/ChangeLog
+++ b/app-backup/backintime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-backup/backintime
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/backintime/ChangeLog,v 1.12 2011/09/25 01:38:09 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/backintime/ChangeLog,v 1.13 2011/09/25 19:11:30 xmw Exp $
+
+ 25 Sep 2011; Michael Weber <xmw@gentoo.org> backintime-1.0.6-r1.ebuild,
+ backintime-1.0.8.ebuild:
+ Fixed typo kd4 (bug 384413, thanks to Nicolas)
*backintime-1.0.8 (25 Sep 2011)
*backintime-1.0.6-r1 (25 Sep 2011)
diff --git a/app-backup/backintime/backintime-1.0.6-r1.ebuild b/app-backup/backintime/backintime-1.0.6-r1.ebuild
index 6f7b26aea546..0bbbe3b07123 100644
--- a/app-backup/backintime/backintime-1.0.6-r1.ebuild
+++ b/app-backup/backintime/backintime-1.0.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/backintime/backintime-1.0.6-r1.ebuild,v 1.1 2011/09/25 01:38:09 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/backintime/backintime-1.0.6-r1.ebuild,v 1.2 2011/09/25 19:11:30 xmw Exp $
EAPI="3"
@@ -75,7 +75,7 @@ src_compile() {
emake -C common || die
if use kde ; then
- emake -C kd4 || die
+ emake -C kde4 || die
fi
if use gnome ; then
diff --git a/app-backup/backintime/backintime-1.0.8.ebuild b/app-backup/backintime/backintime-1.0.8.ebuild
index 721ff12b058c..f57120746df4 100644
--- a/app-backup/backintime/backintime-1.0.8.ebuild
+++ b/app-backup/backintime/backintime-1.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/backintime/backintime-1.0.8.ebuild,v 1.1 2011/09/25 01:38:09 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/backintime/backintime-1.0.8.ebuild,v 1.2 2011/09/25 19:11:30 xmw Exp $
EAPI="3"
@@ -75,7 +75,7 @@ src_compile() {
emake -C common || die
if use kde ; then
- emake -C kd4 || die
+ emake -C kde4 || die
fi
if use gnome ; then