diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 13:29:00 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 13:29:00 +0000 |
commit | a4ae30c2646b1842f845051b33e0b285870e2365 (patch) | |
tree | a48038aeb6be151ce213fded18864a72b51744ad /dev-libs | |
parent | update comments (diff) | |
download | historical-a4ae30c2646b1842f845051b33e0b285870e2365.tar.gz historical-a4ae30c2646b1842f845051b33e0b285870e2365.tar.bz2 historical-a4ae30c2646b1842f845051b33e0b285870e2365.zip |
PPC stable profile update
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libvc/libvc-003.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/openobex/openobex-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/libvc/libvc-003.ebuild b/dev-libs/libvc/libvc-003.ebuild index bf6403ca3d97..609344e92aae 100644 --- a/dev-libs/libvc/libvc-003.ebuild +++ b/dev-libs/libvc/libvc-003.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/dev-libs/libvc/libvc-003.ebuild,v 1.6 2004/06/24 23:25:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.7 2004/10/05 13:29:00 pvdabeel Exp $ DESCRIPTION="vCard library (rolo)" HOMEPAGE="http://rolo.sourceforge.net/" @@ -9,7 +9,7 @@ RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="x86 ~ppc ~sparc alpha" +KEYWORDS="x86 ppc ~sparc alpha" src_install() { emake DESTDIR=${D} install diff --git a/dev-libs/openobex/openobex-1.0.1.ebuild b/dev-libs/openobex/openobex-1.0.1.ebuild index 8103b1dd27f9..3494a3215a3e 100644 --- a/dev-libs/openobex/openobex-1.0.1.ebuild +++ b/dev-libs/openobex/openobex-1.0.1.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/dev-libs/openobex/openobex-1.0.1.ebuild,v 1.11 2004/07/19 00:09:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.0.1.ebuild,v 1.12 2004/10/05 13:28:25 pvdabeel Exp $ inherit eutils gnuconfig @@ -16,7 +16,7 @@ HOMEPAGE="http://sourceforge.net/projects/openobex" SLOT="0" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="~x86 ~sparc ppc ~amd64" DEPEND=">=dev-libs/glib-1.2" diff --git a/dev-libs/shhopt/shhopt-1.1.7.ebuild b/dev-libs/shhopt/shhopt-1.1.7.ebuild index c6e214dfc1fe..6690c7a9b24a 100644 --- a/dev-libs/shhopt/shhopt-1.1.7.ebuild +++ b/dev-libs/shhopt/shhopt-1.1.7.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/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.2 2004/06/24 23:33:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.3 2004/10/05 13:26:58 pvdabeel Exp $ DESCRIPTION="library for parsing command line options" SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz" @@ -9,7 +9,7 @@ LICENSE="Artistic" DEPEND="" IUSE="" SLOT="0" -KEYWORDS="~ppc" +KEYWORDS="ppc" src_compile() { emake || die |