diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-01-07 14:25:57 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-01-07 14:25:57 +0000 |
commit | e62730bf3e0d7b109a05371e261f8ae6552b93bc (patch) | |
tree | f452ab04f84178b780f8bb49ebecabe2227a6274 /net-dialup/qlcr | |
parent | Remove old ebuilds and leave ebuild behind with only KEYWORDS ~mips wrt #199973 (diff) | |
download | gentoo-2-e62730bf3e0d7b109a05371e261f8ae6552b93bc.tar.gz gentoo-2-e62730bf3e0d7b109a05371e261f8ae6552b93bc.tar.bz2 gentoo-2-e62730bf3e0d7b109a05371e261f8ae6552b93bc.zip |
ebuild qa fixes
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-dialup/qlcr')
-rw-r--r-- | net-dialup/qlcr/qlcr-0.4.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild b/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild index 0b2d6ebbc6d8..6bbddc8b522a 100644 --- a/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild +++ b/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild,v 1.1 2008/01/07 14:22:28 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild,v 1.2 2008/01/07 14:25:57 mrness Exp $ inherit eutils kde-functions @@ -19,14 +19,14 @@ DEPEND="$(qt_min_version 3.3) net-misc/wget" RDEPEND="${DEPEND}" -src_unpack() { +src_unpack() { unpack ${A} cd "${S}" # use a different provider file since the original one is no longer available epatch "${FILESDIR}/${P}-providerfileurl.patch" # reduce font size to 8 pts - sed --in-place "s:<pointsize>9:<pointsize>8:" ${S}/src/lcr.ui || die "sed failed" + sed --in-place "s:<pointsize>9:<pointsize>8:" "${S}"/src/lcr.ui || die "sed failed" } src_compile() { |