diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 16:24:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 16:24:54 +0000 |
commit | 66c09fd1b697e2cf9ad561c32621cbe5255c305a (patch) | |
tree | d78ab31f5a0348eb8147c999cf1036ce4af089ae /dev-ruby/ffi | |
parent | Stable for ppc, wrt bug #488070 (diff) | |
download | gentoo-2-66c09fd1b697e2cf9ad561c32621cbe5255c305a.tar.gz gentoo-2-66c09fd1b697e2cf9ad561c32621cbe5255c305a.tar.bz2 gentoo-2-66c09fd1b697e2cf9ad561c32621cbe5255c305a.zip |
Stable for ppc, wrt bug #487750
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index 4ace5b3432a9..2fa8eb6f351e 100644 --- a/dev-ruby/ffi/ChangeLog +++ b/dev-ruby/ffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.55 2013/12/08 11:52:42 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.56 2013/12/21 16:24:54 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ffi-1.4.0.ebuild: + Stable for ppc, wrt bug #487750 08 Dec 2013; Johannes Huber <johu@gentoo.org> ffi-1.4.0.ebuild: x86 stable, bug #487750 diff --git a/dev-ruby/ffi/ffi-1.4.0.ebuild b/dev-ruby/ffi/ffi-1.4.0.ebuild index a09512cf1d04..2c4afe995860 100644 --- a/dev-ruby/ffi/ffi-1.4.0.ebuild +++ b/dev-ruby/ffi/ffi-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.3 2013/12/08 11:52:42 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.4 2013/12/21 16:24:54 ago Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.t IUSE="" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~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" |