diff options
author | Johannes Huber <johu@gentoo.org> | 2013-06-18 16:25:48 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-06-18 16:25:48 +0000 |
commit | 7586650cfe9774555bfae3375365cf3073be4c37 (patch) | |
tree | fea09bba6cd0faede192843be6b0b9ef89262c6f /kde-misc/katelatexplugin | |
parent | Suggest some alternatives to net-im/qutecom. (diff) | |
download | gentoo-2-7586650cfe9774555bfae3375365cf3073be4c37.tar.gz gentoo-2-7586650cfe9774555bfae3375365cf3073be4c37.tar.bz2 gentoo-2-7586650cfe9774555bfae3375365cf3073be4c37.zip |
Fix build by Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrt bug #473660.
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/katelatexplugin')
-rw-r--r-- | kde-misc/katelatexplugin/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/katelatexplugin/katelatexplugin-0.5.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/kde-misc/katelatexplugin/ChangeLog b/kde-misc/katelatexplugin/ChangeLog index 1a1920be0db8..40159c9490a3 100644 --- a/kde-misc/katelatexplugin/ChangeLog +++ b/kde-misc/katelatexplugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/katelatexplugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/katelatexplugin/ChangeLog,v 1.1 2013/06/17 23:43:12 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/katelatexplugin/ChangeLog,v 1.2 2013/06/18 16:25:48 johu Exp $ + + 18 Jun 2013; Johannes Huber <johu@gentoo.org> katelatexplugin-0.5.ebuild: + Fix build by Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrt bug #473660. *katelatexplugin-0.5 (17 Jun 2013) diff --git a/kde-misc/katelatexplugin/katelatexplugin-0.5.ebuild b/kde-misc/katelatexplugin/katelatexplugin-0.5.ebuild index dbf49b55223e..00b33f372e54 100644 --- a/kde-misc/katelatexplugin/katelatexplugin-0.5.ebuild +++ b/kde-misc/katelatexplugin/katelatexplugin-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/katelatexplugin/katelatexplugin-0.5.ebuild,v 1.1 2013/06/17 23:43:12 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/katelatexplugin/katelatexplugin-0.5.ebuild,v 1.2 2013/06/18 16:25:48 johu Exp $ EAPI=5 @@ -19,5 +19,3 @@ IUSE="debug" RDEPEND=" $(add_kdebase_dep kate) " - -S="${WORKDIR}/${PN}" |