summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-06-25 17:07:57 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-06-25 17:07:57 +0000
commit25618a7aec5426ad94c6314dd032bcbb2e61de45 (patch)
tree4f05103b711382d94f820fe9faef6773a3244473 /app-text/openjade
parentmarked unstable x86 and changed description (diff)
downloadhistorical-25618a7aec5426ad94c6314dd032bcbb2e61de45.tar.gz
historical-25618a7aec5426ad94c6314dd032bcbb2e61de45.tar.bz2
historical-25618a7aec5426ad94c6314dd032bcbb2e61de45.zip
add march to allowed flags. (#78284)
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-text/openjade')
-rw-r--r--app-text/openjade/ChangeLog5
-rw-r--r--app-text/openjade/Manifest14
-rw-r--r--app-text/openjade/openjade-1.3.2-r1.ebuild4
3 files changed, 18 insertions, 5 deletions
diff --git a/app-text/openjade/ChangeLog b/app-text/openjade/ChangeLog
index 1dd601a48fc9..3944cecf215b 100644
--- a/app-text/openjade/ChangeLog
+++ b/app-text/openjade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/openjade
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/ChangeLog,v 1.43 2005/06/06 20:29:09 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/ChangeLog,v 1.44 2005/06/25 17:07:57 liquidx Exp $
+
+ 25 Jun 2005; Alastair Tse <liquidx@gentoo.org> openjade-1.3.2-r1.ebuild:
+ add march to allowed flags. (#78284)
06 Jun 2005; Leonardo Boshell <leonardop@gentoo.org> metadata.xml:
Adding metadata.xml
diff --git a/app-text/openjade/Manifest b/app-text/openjade/Manifest
index 9c6e0dde66ef..d1fd3717ec4e 100644
--- a/app-text/openjade/Manifest
+++ b/app-text/openjade/Manifest
@@ -1,6 +1,16 @@
-MD5 1a63f7bd326b259e91d89d01568243a1 ChangeLog 6325
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 7c6f3d05d6d068dbd92085a90adff6a3 ChangeLog 6438
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
-MD5 6899ce558500a98ade7571481d5dfd3b openjade-1.3.2-r1.ebuild 2848
+MD5 611eacad93df108771d81f02701c256e openjade-1.3.2-r1.ebuild 2857
MD5 7aec561045cfe90b07ce666881668288 files/digest-openjade-1.3.2-r1 66
MD5 97ffae1d667ab6f72f6e716bac5f3833 files/openjade-1.3.2-msggen.pl.patch 418
MD5 7b4fc3abf04cdb88a197065eaf3b4e53 files/openjade-1.3.2.dsssl-catalog 269
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD4DBQFCvZAzTM53OX+9xmMRAvljAKCtVR3iofl/g46YUrLJ6h4ESAtiCgCXRBrg
+LeBWczrJbxVwMfUDe0ag8g==
+=LUje
+-----END PGP SIGNATURE-----
diff --git a/app-text/openjade/openjade-1.3.2-r1.ebuild b/app-text/openjade/openjade-1.3.2-r1.ebuild
index ab03fcd32c4d..2bea4a96a008 100644
--- a/app-text/openjade/openjade-1.3.2-r1.ebuild
+++ b/app-text/openjade/openjade-1.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r1.ebuild,v 1.27 2005/06/05 08:42:51 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r1.ebuild,v 1.28 2005/06/25 17:07:57 liquidx Exp $
inherit libtool sgml-catalog eutils flag-o-matic gnuconfig multilib
@@ -32,7 +32,7 @@ src_compile() {
# Please note! Opts are disabled. If you know what you're doing
# feel free to remove this line. It may cause problems with
# docbook-sgml-utils among other things.
- export ALLOWED_FLAGS="-O -O1 -O2 -pipe -g"
+ export ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march"
strip-flags
# Default CFLAGS and CXXFLAGS is -O2 but this make openjade segfault