summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-09 19:24:21 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-09 19:24:21 +0000
commitbbb74823075bb5072ee84f398787b14d1bf5b2f9 (patch)
tree5bf966d22be9cf316127c2f8a44e2ad2a9ddd129 /app-text/dgs
parentfix bad quoting which broke dgs build due to multiple elements in targetlist (diff)
downloadgentoo-2-bbb74823075bb5072ee84f398787b14d1bf5b2f9.tar.gz
gentoo-2-bbb74823075bb5072ee84f398787b14d1bf5b2f9.tar.bz2
gentoo-2-bbb74823075bb5072ee84f398787b14d1bf5b2f9.zip
use gnuconfig_update always instead of just for amd64
Diffstat (limited to 'app-text/dgs')
-rw-r--r--app-text/dgs/ChangeLog5
-rw-r--r--app-text/dgs/dgs-0.5.10-r1.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/dgs/ChangeLog b/app-text/dgs/ChangeLog
index 86c2e43b2ef8..a46b6a47a936 100644
--- a/app-text/dgs/ChangeLog
+++ b/app-text/dgs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/dgs
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.16 2004/06/24 22:31:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.17 2004/07/09 19:24:21 agriffis Exp $
+
+ 09 Jul 2004; Aron Griffis <agriffis@gentoo.org> dgs-0.5.10-r1.ebuild:
+ use gnuconfig_update always instead of just for amd64
27 Apr 2004; Travis Tilley <lv@gentoo.org> dgs-0.5.10-r1.ebuild:
added patch for compiling with gcc 3.4 submitted by Robert Moss
diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild
index d754978fa9c9..d988eaeeb5be 100644
--- a/app-text/dgs/dgs-0.5.10-r1.ebuild
+++ b/app-text/dgs/dgs-0.5.10-r1.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/dgs/dgs-0.5.10-r1.ebuild,v 1.26 2004/06/24 22:31:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.27 2004/07/09 19:24:21 agriffis Exp $
inherit gnuconfig eutils
@@ -26,7 +26,9 @@ src_unpack() {
epatch ${FILESDIR}/${P}-gs-time_.h-gentoo.diff
epatch ${FILESDIR}/${P}-tcpd-gentoo.diff
epatch ${FILESDIR}/${P}-gcc-3.4.diff
- use amd64 && gnuconfig_update
+
+ # needed for amd64 and alphaev67 at least
+ gnuconfig_update
}
src_compile() {