diff options
-rw-r--r-- | net-dialup/fcpci/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/fcpci/fcpci-0.1-r2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-dialup/fcpci/ChangeLog b/net-dialup/fcpci/ChangeLog index 61207b9d7bf6..317af5aa19ff 100644 --- a/net-dialup/fcpci/ChangeLog +++ b/net-dialup/fcpci/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/fcpci # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.21 2010/12/19 12:40:55 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.22 2010/12/19 12:42:16 sbriesen Exp $ + + 19 Dec 2010; Stefan Briesenick <sbriesen@gentoo.org> fcpci-0.1-r2.ebuild: + fixed minor QA issues *fcpci-0.1-r2 (19 Dec 2010) diff --git a/net-dialup/fcpci/fcpci-0.1-r2.ebuild b/net-dialup/fcpci/fcpci-0.1-r2.ebuild index eb6da2f2c0b8..966dc586c6c6 100644 --- a/net-dialup/fcpci/fcpci-0.1-r2.ebuild +++ b/net-dialup/fcpci/fcpci-0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r2.ebuild,v 1.1 2010/12/19 12:40:55 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r2.ebuild,v 1.2 2010/12/19 12:42:16 sbriesen Exp $ #EAPI=2 # currently not possible because of linux-mod @@ -44,7 +44,7 @@ src_unpack() { PAT="${PAT}67" fi - rpm_unpack "${A}" || die "failed to unpack ${A} file" + rpm_unpack ${A} || die "failed to unpack ${A} file" DISTDIR="${WORKDIR}" unpack ${PN}-suse[0-9][0-9]-${BIT}[0-9].[0-9]*-[0-9]*.tar.gz cd "${S}" @@ -67,4 +67,3 @@ src_install() { dodoc CAPI*.txt dohtml *.html } - |