summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-23 12:12:15 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-23 12:12:15 +0000
commit85cd659d6ae74bac113ce355e5f0c83d7a213985 (patch)
tree30eec0dc0bd56e40d45ea150fdea39681b2a04c6 /app-text/a2ps
parentUpdate to version 1.2, which is quieter except when --verbose is specified (diff)
downloadhistorical-85cd659d6ae74bac113ce355e5f0c83d7a213985.tar.gz
historical-85cd659d6ae74bac113ce355e5f0c83d7a213985.tar.bz2
historical-85cd659d6ae74bac113ce355e5f0c83d7a213985.zip
Run gnuconfig_update regardless of arch
Diffstat (limited to 'app-text/a2ps')
-rw-r--r--app-text/a2ps/ChangeLog5
-rw-r--r--app-text/a2ps/a2ps-4.13c.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/app-text/a2ps/ChangeLog b/app-text/a2ps/ChangeLog
index 2abe84091c7b..a1a9f6ff371d 100644
--- a/app-text/a2ps/ChangeLog
+++ b/app-text/a2ps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/a2ps
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.30 2004/07/17 22:33:59 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.31 2004/07/23 12:12:15 agriffis Exp $
+
+ 23 Jul 2004; Aron Griffis <agriffis@gentoo.org> a2ps-4.13c.ebuild:
+ Run gnuconfig_update regardless of arch
17 Jul 2004; Tom Gall <tgall@gentoo.org> a2ps-4.13c.ebuild:
stable on ppc64 bug #55806
diff --git a/app-text/a2ps/a2ps-4.13c.ebuild b/app-text/a2ps/a2ps-4.13c.ebuild
index 75046e078284..714cebbcc917 100644
--- a/app-text/a2ps/a2ps-4.13c.ebuild
+++ b/app-text/a2ps/a2ps-4.13c.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-text/a2ps/a2ps-4.13c.ebuild,v 1.16 2004/07/17 22:33:59 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c.ebuild,v 1.17 2004/07/23 12:12:15 agriffis Exp $
inherit gnuconfig eutils
@@ -29,14 +29,12 @@ RDEPEND="virtual/ghostscript
src_unpack() {
unpack ${P}.tar.gz
- if use alpha; then
- gnuconfig_update || die "gnuconfig_update failed"
- fi
cd ${S}
epatch ${FILESDIR}/${P}-locale-gentoo.diff
epatch ${FILESDIR}/a2ps-4.13-stdout.diff
epatch ${FILESDIR}/${PV}-gcc34.patch
use cjk && epatch ${DISTDIR}/${P}-ja_nls.patch.gz
+ gnuconfig_update || die "gnuconfig_update failed"
}
src_compile() {