diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:17:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:17:12 +0000 |
commit | 4779396bb191178fa43899c31723a3f868b9e03f (patch) | |
tree | a89ff26ea2a8652ac2563ad02f274559b32cf1fa /dev-ruby/ffi | |
parent | Stable for sparc, wrt bug #419127 (diff) | |
download | gentoo-2-4779396bb191178fa43899c31723a3f868b9e03f.tar.gz gentoo-2-4779396bb191178fa43899c31723a3f868b9e03f.tar.bz2 gentoo-2-4779396bb191178fa43899c31723a3f868b9e03f.zip |
Stable for sparc, wrt bug #448056
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index 06faf6ffb332..6844e4058674 100644 --- a/dev-ruby/ffi/ChangeLog +++ b/dev-ruby/ffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.45 2012/12/27 02:07:51 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.46 2012/12/30 14:17:12 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ffi-1.1.5.ebuild: + Stable for sparc, wrt bug #448056 27 Dec 2012; Jeff Horelick <jdhore@gentoo.org> ffi-1.1.5.ebuild: marked x86 per bug 448056 diff --git a/dev-ruby/ffi/ffi-1.1.5.ebuild b/dev-ruby/ffi/ffi-1.1.5.ebuild index 19a577d7e414..1168fc0698d6 100644 --- a/dev-ruby/ffi/ffi-1.1.5.ebuild +++ b/dev-ruby/ffi/ffi-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.6 2012/12/27 02:07:51 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.7 2012/12/30 14:17:12 ago Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="${PN}-${PN}-*" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND="${RDEPEND} virtual/libffi" DEPEND="${DEPEND} virtual/libffi" |