diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-04-10 15:26:18 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-04-10 15:26:18 +0000 |
commit | 939b4458c6c2b23798055629768a129e17643d4d (patch) | |
tree | 8a9850b05fbf01e270b9cadf1924a9fb5a6c0a0d /app-doc | |
parent | Negated for all platforms until freeze over (diff) | |
download | gentoo-2-939b4458c6c2b23798055629768a129e17643d4d.tar.gz gentoo-2-939b4458c6c2b23798055629768a129e17643d4d.tar.bz2 gentoo-2-939b4458c6c2b23798055629768a129e17643d4d.zip |
fixed patch to apply only once, bug #19079
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/kdelibs-apidocs/kdelibs-apidocs-3.1.1a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/kdelibs-apidocs/kdelibs-apidocs-3.1.1a.ebuild b/app-doc/kdelibs-apidocs/kdelibs-apidocs-3.1.1a.ebuild index 9b2bd5a23a06..faafd640f8a4 100644 --- a/app-doc/kdelibs-apidocs/kdelibs-apidocs-3.1.1a.ebuild +++ b/app-doc/kdelibs-apidocs/kdelibs-apidocs-3.1.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/kdelibs-apidocs/kdelibs-apidocs-3.1.1a.ebuild,v 1.1 2003/04/08 18:02:56 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/kdelibs-apidocs/kdelibs-apidocs-3.1.1a.ebuild,v 1.2 2003/04/10 15:26:18 hannes Exp $ PN=kdelibs P=$PN-$PV inherit kde kde.org @@ -14,7 +14,7 @@ LICENSE="GPL-2" DEPEND="app-doc/doxygen app-doc/qt-docs" RDEPEND="" -PATCHES1="$PATCHES1 ${WORKDIR}/kdelibs-3.1.1a.diff" +PATCHES1="${WORKDIR}/kdelibs-3.1.1a.diff" S=${WORKDIR}/kdelibs-3.1.1 # get locations without messing with deps |