diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-10-21 21:38:43 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-10-21 21:38:43 +0000 |
commit | 42e2132775e68502d35397e130d4bd17ab1b5776 (patch) | |
tree | 9387eabcdcedb85252accc259731d66cbc1e5105 /app-editors/kxmleditor/kxmleditor-1.1.3.ebuild | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-42e2132775e68502d35397e130d4bd17ab1b5776.tar.gz gentoo-2-42e2132775e68502d35397e130d4bd17ab1b5776.tar.bz2 gentoo-2-42e2132775e68502d35397e130d4bd17ab1b5776.zip |
Added a patch to configure to honor the "arts" USE flag.
Diffstat (limited to 'app-editors/kxmleditor/kxmleditor-1.1.3.ebuild')
-rw-r--r-- | app-editors/kxmleditor/kxmleditor-1.1.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild b/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild index ee8ea1c2686e..4c57d6c8bd65 100644 --- a/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild +++ b/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild,v 1.3 2004/10/05 12:19:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild,v 1.4 2004/10/21 21:38:43 motaboy Exp $ inherit kde @@ -14,3 +14,8 @@ KEYWORDS="x86 ppc ~amd64 sparc" IUSE="" need-kde 3.1 + +src_unpack() { + kde_src_unpack + ! useq arts && epatch ${FILESDIR}/${P}-configure.patch +} |