diff options
author | 2007-02-05 11:01:00 +0000 | |
---|---|---|
committer | 2007-02-05 11:01:00 +0000 | |
commit | 61c39dd6f01758e8e3b6189ac22012a4f0f52161 (patch) | |
tree | e7c36b93e42b48a533daeceaff12ca7f19705a68 /net-dialup/komport/komport-0.5.9.ebuild | |
parent | stable x86; bug #143325 (diff) | |
download | gentoo-2-61c39dd6f01758e8e3b6189ac22012a4f0f52161.tar.gz gentoo-2-61c39dd6f01758e8e3b6189ac22012a4f0f52161.tar.bz2 gentoo-2-61c39dd6f01758e8e3b6189ac22012a4f0f52161.zip |
Update admin directory rather than patching configure to remove aRTs checks.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'net-dialup/komport/komport-0.5.9.ebuild')
-rw-r--r-- | net-dialup/komport/komport-0.5.9.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net-dialup/komport/komport-0.5.9.ebuild b/net-dialup/komport/komport-0.5.9.ebuild index 6284ee5dd0c6..374b96786279 100644 --- a/net-dialup/komport/komport-0.5.9.ebuild +++ b/net-dialup/komport/komport-0.5.9.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.8 2006/03/12 14:33:50 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.9 2007/02/05 11:01:00 flameeyes Exp $ inherit kde DESCRIPTION="Komport - Serial port communications and vt102 terminal emulator for KDE" HOMEPAGE="http://komport.sourceforge.net/" -SRC_URI="mirror://sourceforge/komport/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz + mirror://gentoo/kde-admindir-3.5.5.tar.bz2" SLOT="0" LICENSE="GPL-2" @@ -14,8 +15,3 @@ KEYWORDS="x86 ~ppc ~amd64" IUSE="" need-kde 3 - -src_unpack() { - kde_src_unpack - epatch "${FILESDIR}/${P}-configure-arts.diff" -} |