diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-08 11:52:42 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-08 11:52:42 +0000 |
commit | 745649cff002042b773f23d974f16f46aad89112 (patch) | |
tree | 7ef5517b55d26c842f1b35f367829715875375e5 /dev-ruby/ffi | |
parent | x86 stable, bug #491896 (diff) | |
download | gentoo-2-745649cff002042b773f23d974f16f46aad89112.tar.gz gentoo-2-745649cff002042b773f23d974f16f46aad89112.tar.bz2 gentoo-2-745649cff002042b773f23d974f16f46aad89112.zip |
x86 stable, bug #487750
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
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 fc2a00d20560..4ace5b3432a9 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.54 2013/11/02 20:15:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.55 2013/12/08 11:52:42 johu Exp $ + + 08 Dec 2013; Johannes Huber <johu@gentoo.org> ffi-1.4.0.ebuild: + x86 stable, bug #487750 *ffi-1.9.3 (02 Nov 2013) diff --git a/dev-ruby/ffi/ffi-1.4.0.ebuild b/dev-ruby/ffi/ffi-1.4.0.ebuild index 1a151a7d4e83..a09512cf1d04 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.2 2013/10/20 22:25:17 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.3 2013/12/08 11:52:42 johu 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" |