diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-12-03 21:25:31 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-12-03 21:25:31 +0000 |
commit | a3df49275619adf73cd642d48b9f17125a8726c4 (patch) | |
tree | c5f30c47bf18f03a8836d5518a5f9818d5304124 /app-text/tuxcards/tuxcards-1.2.ebuild | |
parent | version bump as per bug #73169 (diff) | |
download | historical-a3df49275619adf73cd642d48b9f17125a8726c4.tar.gz historical-a3df49275619adf73cd642d48b9f17125a8726c4.tar.bz2 historical-a3df49275619adf73cd642d48b9f17125a8726c4.zip |
Inherit kde-functions and fix #73252.
Diffstat (limited to 'app-text/tuxcards/tuxcards-1.2.ebuild')
-rw-r--r-- | app-text/tuxcards/tuxcards-1.2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-text/tuxcards/tuxcards-1.2.ebuild b/app-text/tuxcards/tuxcards-1.2.ebuild index 0f8891228b86..5fe171da3e09 100644 --- a/app-text/tuxcards/tuxcards-1.2.ebuild +++ b/app-text/tuxcards/tuxcards-1.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.2 2004/11/30 21:28:52 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.3 2004/12/03 21:25:31 ticho Exp $ + +inherit kde-functions DESCRIPTION="A heirarchical text editor" HOMEPAGE="http://www.tuxcards.de" @@ -12,7 +14,9 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=x11-libs/qt-3.1.1" +DEPEND="sys-apps/sed" + +need-qt 3.1 src_compile() { sed -e 's:/usr/local:/usr:g' \ |