summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-06 19:45:01 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-06 19:45:01 +0100
commitdb3a02235d68c48ed27230ef35b96c0cb3e4432a (patch)
treefbdba555ada9625842769203c84f4e8326788e18 /dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
parentdev-ruby/safe_yaml: Remove old (diff)
downloadgentoo-db3a02235d68c48ed27230ef35b96c0cb3e4432a.tar.gz
gentoo-db3a02235d68c48ed27230ef35b96c0cb3e4432a.tar.bz2
gentoo-db3a02235d68c48ed27230ef35b96c0cb3e4432a.zip
dev-ruby/safe_yaml: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild')
-rw-r--r--dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
index 4dea9cf7475e..39e820ea781b 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
inherit ruby-fakegem
-DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"