diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:20:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:20:51 +0000 |
commit | d77291cd30dbed8a38bec46c1e9abda427acfb48 (patch) | |
tree | fc1aa082973d933c6e811afe6d79b77316c3bcf2 /gnome-base | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-d77291cd30dbed8a38bec46c1e9abda427acfb48.tar.gz gentoo-2-d77291cd30dbed8a38bec46c1e9abda427acfb48.tar.bz2 gentoo-2-d77291cd30dbed8a38bec46c1e9abda427acfb48.zip |
don't dep on arch for gnuconfig_update, trim trailing whitespace
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.16.ebuild | 3 | ||||
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.17.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.16.ebuild b/gnome-base/ORBit/ORBit-0.5.16.ebuild index aa2993fa5cd5..338ac87f343c 100644 --- a/gnome-base/ORBit/ORBit-0.5.16.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.16.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/gnome-base/ORBit/ORBit-0.5.16.ebuild,v 1.15 2004/07/01 19:45:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.16.ebuild,v 1.16 2004/07/14 15:20:51 agriffis Exp $ inherit gnome.org @@ -66,4 +66,3 @@ src_install() { cd ${D}/usr/lib patch -p0 < ${FILESDIR}/libIDLConf.sh-gentoo.diff } - diff --git a/gnome-base/ORBit/ORBit-0.5.17.ebuild b/gnome-base/ORBit/ORBit-0.5.17.ebuild index 49e10193c260..abc05afa30f6 100644 --- a/gnome-base/ORBit/ORBit-0.5.17.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.17.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/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.23 2004/07/01 19:45:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.24 2004/07/14 15:20:51 agriffis Exp $ inherit gnome.org libtool gnuconfig @@ -27,7 +27,7 @@ src_compile() { fi # Detect mips systems properly - use mips && gnuconfig_update + gnuconfig_update # Libtoolize to fix "relink bug" in older libtool's distributed # with packages. @@ -64,4 +64,3 @@ src_install() { cd ${D}/usr/lib patch -p0 < ${FILESDIR}/libIDLConf.sh-gentoo.diff } - |