diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-12-28 08:51:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-12-28 08:51:18 +0000 |
commit | ac4a003bce1047f778a2d273d61bf2312a628bc4 (patch) | |
tree | 554a45ada38dd80f06ca4b08f04b3ee2a6308e9f | |
parent | Bump EAPI=3 for Prefix, added Prefix keywords (diff) | |
download | gentoo-2-ac4a003bce1047f778a2d273d61bf2312a628bc4.tar.gz gentoo-2-ac4a003bce1047f778a2d273d61bf2312a628bc4.tar.bz2 gentoo-2-ac4a003bce1047f778a2d273d61bf2312a628bc4.zip |
Marked ~x64-solaris
(Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc)
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-0.6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index 84ed43bdc717..d264fd8a9dba 100644 --- a/dev-ruby/ffi/ChangeLog +++ b/dev-ruby/ffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.14 2010/12/11 08:29:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.15 2010/12/28 08:51:18 grobian Exp $ + + 28 Dec 2010; Fabian Groffen <grobian@gentoo.org> ffi-0.6.3-r1.ebuild: + Marked ~x64-solaris 11 Dec 2010; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.3.ebuild: Remove old version. diff --git a/dev-ruby/ffi/ffi-0.6.3-r1.ebuild b/dev-ruby/ffi/ffi-0.6.3-r1.ebuild index 27212223523c..43de382d5907 100644 --- a/dev-ruby/ffi/ffi-0.6.3-r1.ebuild +++ b/dev-ruby/ffi/ffi-0.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.5 2010/12/03 18:24:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.6 2010/12/28 08:51:18 grobian Exp $ EAPI=2 @@ -27,7 +27,7 @@ S="${WORKDIR}/${PN}-${PN}-*" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" RDEPEND="dev-libs/libffi" DEPEND="${RDEPEND}" |