diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-22 18:36:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-22 18:36:30 +0000 |
commit | 1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0 (patch) | |
tree | 7742247e0cf24fd13fddc49b079c72c28ac3997e /kde-base/okteta/okteta-4.3.3-r1.ebuild | |
parent | Fix misc install errors #264838. (diff) | |
download | gentoo-2-1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0.tar.gz gentoo-2-1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0.tar.bz2 gentoo-2-1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0.zip |
Add one more patch fixing the compilation.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/okteta/okteta-4.3.3-r1.ebuild')
-rw-r--r-- | kde-base/okteta/okteta-4.3.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/okteta/okteta-4.3.3-r1.ebuild b/kde-base/okteta/okteta-4.3.3-r1.ebuild index ac8f369f30d4..8a8a815ada9d 100644 --- a/kde-base/okteta/okteta-4.3.3-r1.ebuild +++ b/kde-base/okteta/okteta-4.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/okteta-4.3.3-r1.ebuild,v 1.1 2009/11/22 15:59:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/okteta-4.3.3-r1.ebuild,v 1.2 2009/11/22 18:36:30 scarabeus Exp $ EAPI="2" @@ -19,4 +19,5 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PV}-detect_changes_correctly.patch" "${FILESDIR}/${PV}-fix_inverse_save_logic.patch" + "${FILESDIR}/${PV}-fix_variable_name.patch" ) |