diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-09 19:24:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-09 19:24:21 +0000 |
commit | 429c6a31bc6de9a086ae69d885ff2b45aa81bbe6 (patch) | |
tree | a3ed8aa830639e4740ca263439f13226282b73a1 /app-text/dgs | |
parent | fix bad quoting which broke dgs build due to multiple elements in targetlist (diff) | |
download | historical-429c6a31bc6de9a086ae69d885ff2b45aa81bbe6.tar.gz historical-429c6a31bc6de9a086ae69d885ff2b45aa81bbe6.tar.bz2 historical-429c6a31bc6de9a086ae69d885ff2b45aa81bbe6.zip |
use gnuconfig_update always instead of just for amd64
Diffstat (limited to 'app-text/dgs')
-rw-r--r-- | app-text/dgs/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/dgs/Manifest | 6 | ||||
-rw-r--r-- | app-text/dgs/dgs-0.5.10-r1.ebuild | 6 |
3 files changed, 11 insertions, 6 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/Manifest b/app-text/dgs/Manifest index a88239d776e0..637a1493f3b0 100644 --- a/app-text/dgs/Manifest +++ b/app-text/dgs/Manifest @@ -1,6 +1,6 @@ -MD5 2e123ad2b7f75bd6169f397f144cb051 dgs-0.5.10-r1.ebuild 1216 -MD5 4bd113b58a11a669a0608b5a5e349047 ChangeLog 2162 +MD5 66d3b1747c4dd788fa972ce199f171f4 dgs-0.5.10-r1.ebuild 1247 +MD5 277f9c9200fa22bf9d5cf9417c9f2126 ChangeLog 2291 MD5 c43d67882bd6ad59419b974d3338f3ca files/dgs-0.5.10-gcc-3.4.diff 870 -MD5 451b8d732d17eb1e16e6fd6b116411d9 files/digest-dgs-0.5.10-r1 63 MD5 c80e720c69104e2ac5daec31d4b9affc files/dgs-0.5.10-gs-time_.h-gentoo.diff 415 MD5 170ddb1cf2a0007ec936153ebfa34a16 files/dgs-0.5.10-tcpd-gentoo.diff 939 +MD5 451b8d732d17eb1e16e6fd6b116411d9 files/digest-dgs-0.5.10-r1 63 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() { |