diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-06 15:19:19 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-06 15:19:19 +0000 |
commit | 90ffd546a7c4f83b24d9187c28b3632ff8a5b007 (patch) | |
tree | d32a2c8e42a71e25a9d27577d35a1e9ae61c1f4d /dev-ruby/ffi | |
parent | Minor ebuild cleanup. (diff) | |
download | historical-90ffd546a7c4f83b24d9187c28b3632ff8a5b007.tar.gz historical-90ffd546a7c4f83b24d9187c28b3632ff8a5b007.tar.bz2 historical-90ffd546a7c4f83b24d9187c28b3632ff8a5b007.zip |
ppc64 stable wrt #369573
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.0.9.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index f9100feb54be..fc1369ab6220 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.29 2012/01/03 18:36:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.30 2012/05/06 15:09:51 xarthisius Exp $ + + 06 May 2012; Kacper Kowalik <xarthisius@gentoo.org> ffi-1.0.9.ebuild: + ppc64 stable wrt #369573 03 Jan 2012; Hans de Graaff <graaff@gentoo.org> ffi-1.0.11.ebuild: Add rdoc as a general build dependency because it is always included in the diff --git a/dev-ruby/ffi/ffi-1.0.9.ebuild b/dev-ruby/ffi/ffi-1.0.9.ebuild index a4391e300299..be7b13588019 100644 --- a/dev-ruby/ffi/ffi-1.0.9.ebuild +++ b/dev-ruby/ffi/ffi-1.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.0.9.ebuild,v 1.9 2011/12/17 18:31:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild,v 1.10 2012/05/06 15:09:51 xarthisius Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="${PN}-${PN}-*" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~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" |