diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-04-27 18:12:05 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-04-27 18:12:05 +0000 |
commit | f78550928370ae35b98a03c6026ccd8a33aa867e (patch) | |
tree | 7df26a3229c12511958356a2090f47c24a84438b /dev-libs | |
parent | Critical depencency does not compile on ppc (Manifest recommit) (diff) | |
download | gentoo-2-f78550928370ae35b98a03c6026ccd8a33aa867e.tar.gz gentoo-2-f78550928370ae35b98a03c6026ccd8a33aa867e.tar.bz2 gentoo-2-f78550928370ae35b98a03c6026ccd8a33aa867e.zip |
Does not compile - syntax errors on ppc. (gcc-3.2.3 compiler).
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/librep/librep-0.16.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/librep/librep-0.17.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/librep/librep-0.16.2.ebuild b/dev-libs/librep/librep-0.16.2.ebuild index 477b3ceefad6..2f2a52db5cdb 100644 --- a/dev-libs/librep/librep-0.16.2.ebuild +++ b/dev-libs/librep/librep-0.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.2.ebuild,v 1.5 2004/03/14 12:22:52 mr_bones_ Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.2.ebuild,v 1.6 2004/04/27 18:12:05 pvdabeel Exp $ IUSE="readline" @@ -12,7 +12,7 @@ HOMEPAGE="http://librep.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc alpha ia64" +KEYWORDS="x86 sparc -ppc alpha ia64" RDEPEND=">=sys-libs/gdbm-1.8.0 readline? ( sys-libs/readline )" diff --git a/dev-libs/librep/librep-0.17.ebuild b/dev-libs/librep/librep-0.17.ebuild index 95be9daac14b..2e8cde3f0b9a 100644 --- a/dev-libs/librep/librep-0.17.ebuild +++ b/dev-libs/librep/librep-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17.ebuild,v 1.4 2004/03/14 12:22:52 mr_bones_ Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17.ebuild,v 1.5 2004/04/27 18:12:05 pvdabeel Exp $ IUSE="readline" @@ -12,7 +12,7 @@ HOMEPAGE="http://librep.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc alpha ia64 amd64" +KEYWORDS="x86 sparc -ppc alpha ia64 amd64" RDEPEND=">=sys-libs/gdbm-1.8.0 readline? ( sys-libs/readline )" |