diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-27 12:19:53 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-27 12:19:53 +0000 |
commit | 8e6070416b9e094045db714fb00d9c26a34e3a7b (patch) | |
tree | 1524c88ab1e81e15ec106b860667bda7e32378fb /dev-ml/extlib | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-8e6070416b9e094045db714fb00d9c26a34e3a7b.tar.gz gentoo-2-8e6070416b9e094045db714fb00d9c26a34e3a7b.tar.bz2 gentoo-2-8e6070416b9e094045db714fb00d9c26a34e3a7b.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ml/extlib')
-rw-r--r-- | dev-ml/extlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.4.ebuild | 6 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.5.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog index 1cec65765cf9..af2226e8f714 100644 --- a/dev-ml/extlib/ChangeLog +++ b/dev-ml/extlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/extlib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.5 2008/01/03 21:54:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.6 2008/01/27 12:19:53 grobian Exp $ + + 27 Jan 2008; Fabian Groffen <grobian@gentoo.org> extlib-1.4.ebuild, + extlib-1.5.ebuild, extlib-1.5.1.ebuild: + Dropped ppc-macos keyword, see you in prefix *extlib-1.5.1 (03 Jan 2008) diff --git a/dev-ml/extlib/extlib-1.4.ebuild b/dev-ml/extlib/extlib-1.4.ebuild index e5c32466b7d8..0c6cc039094c 100644 --- a/dev-ml/extlib/extlib-1.4.ebuild +++ b/dev-ml/extlib/extlib-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.4.ebuild,v 1.1 2005/09/21 17:02:34 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.4.ebuild,v 1.2 2008/01/27 12:19:53 grobian Exp $ inherit findlib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ocaml-lib/${P}.tgz" LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.07" SLOT="0" -KEYWORDS="x86 ppc ppc-macos amd64" +KEYWORDS="x86 ppc amd64" IUSE="doc" src_compile() { diff --git a/dev-ml/extlib/extlib-1.5.1.ebuild b/dev-ml/extlib/extlib-1.5.1.ebuild index 03bcc145da45..1370ede8bebb 100644 --- a/dev-ml/extlib/extlib-1.5.1.ebuild +++ b/dev-ml/extlib/extlib-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.1.ebuild,v 1.1 2008/01/03 21:54:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.1.ebuild,v 1.2 2008/01/27 12:19:53 grobian Exp $ inherit findlib eutils @@ -12,7 +12,7 @@ SRC_URI="http://ocaml-extlib.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.07" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc +ocamlopt" pkg_setup() { diff --git a/dev-ml/extlib/extlib-1.5.ebuild b/dev-ml/extlib/extlib-1.5.ebuild index a0ead7b1b066..dd10a0079c95 100644 --- a/dev-ml/extlib/extlib-1.5.ebuild +++ b/dev-ml/extlib/extlib-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.ebuild,v 1.2 2007/02/21 00:49:35 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.ebuild,v 1.3 2008/01/27 12:19:53 grobian Exp $ inherit findlib eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ocaml-lib/${P}.tar.gz" LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.07" SLOT="0" -KEYWORDS="~x86 ~ppc ~ppc-macos ~amd64" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="doc" src_unpack() { |