summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-11-01 21:02:35 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-11-01 21:02:35 +0000
commit361a55ca2e2acf1d798fe9a2eab9169fd08548c7 (patch)
tree3d119cc223e88b3bc26833246487b4937503968e /x11-misc/xosview
parentMarked ~ppc64; bug #67103 (Manifest recommit) (diff)
downloadgentoo-2-361a55ca2e2acf1d798fe9a2eab9169fd08548c7.tar.gz
gentoo-2-361a55ca2e2acf1d798fe9a2eab9169fd08548c7.tar.bz2
gentoo-2-361a55ca2e2acf1d798fe9a2eab9169fd08548c7.zip
Marked ~ppc64; bug #67104
Diffstat (limited to 'x11-misc/xosview')
-rw-r--r--x11-misc/xosview/ChangeLog7
-rw-r--r--x11-misc/xosview/xosview-1.8.2.ebuild8
2 files changed, 12 insertions, 3 deletions
diff --git a/x11-misc/xosview/ChangeLog b/x11-misc/xosview/ChangeLog
index f71d88a39202..eba7b717beba 100644
--- a/x11-misc/xosview/ChangeLog
+++ b/x11-misc/xosview/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xosview
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.16 2004/10/19 09:06:55 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.17 2004/11/01 21:02:35 corsair Exp $
+
+ 01 Nov 2004; Markus Rothe <corsair@gentoo.org>
+
+ xosview-1.8.2.ebuild:
+ Marked ~ppc64; bug #67104
19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> xosview-1.8.2.ebuild:
Stable on amd64.
diff --git a/x11-misc/xosview/xosview-1.8.2.ebuild b/x11-misc/xosview/xosview-1.8.2.ebuild
index eadeaba19762..6ba36becb566 100644
--- a/x11-misc/xosview/xosview-1.8.2.ebuild
+++ b/x11-misc/xosview/xosview-1.8.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.2.ebuild,v 1.6 2004/10/19 09:06:55 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.2.ebuild,v 1.7 2004/11/01 21:02:35 corsair Exp $
+
+inherit gnuconfig
DESCRIPTION="X11 operating system viewer"
SRC_URI="mirror://sourceforge/xosview/${P}.tar.gz"
@@ -8,7 +10,7 @@ HOMEPAGE="http://xosview.sourceforge.net"
SLOT="0"
LICENSE="GPL-2 BSD"
-KEYWORDS="x86 alpha ppc amd64 sparc"
+KEYWORDS="x86 alpha ppc amd64 sparc ~ppc64"
DEPEND="virtual/x11"
IUSE=""
@@ -21,6 +23,8 @@ src_compile() {
# epatch ${FILESDIR}/xosview-1.8.1-kernel-2.5+.diff || die "patch failed"
#fi
+ use ppc64 && gnuconfig_update
+
econf || die "configuration failed"
emake || die "compilation failed"
}