summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-19 03:15:54 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-19 03:15:54 +0000
commit18928838fcbe338d7e89efe5fd5e94d60ce4d45d (patch)
tree978ab68bd5a0bc2e49276d09687f39e3d54e2074 /dev-ruby/uconv/uconv-0.6.1.ebuild
parentRemove ruby18 target. Cleanup old. (diff)
downloadgentoo-2-18928838fcbe338d7e89efe5fd5e94d60ce4d45d.tar.gz
gentoo-2-18928838fcbe338d7e89efe5fd5e94d60ce4d45d.tar.bz2
gentoo-2-18928838fcbe338d7e89efe5fd5e94d60ce4d45d.zip
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/uconv/uconv-0.6.1.ebuild')
-rw-r--r--dev-ruby/uconv/uconv-0.6.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-ruby/uconv/uconv-0.6.1.ebuild b/dev-ruby/uconv/uconv-0.6.1.ebuild
index 81eb7200cca0..65eb04d82e5c 100644
--- a/dev-ruby/uconv/uconv-0.6.1.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1.ebuild,v 1.4 2013/12/03 19:43:56 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1.ebuild,v 1.5 2014/04/19 03:15:54 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby19"
inherit ruby-ng
@@ -26,11 +26,11 @@ each_ruby_configure() {
}
each_ruby_compile() {
- emake V=1 || die
+ emake V=1
}
each_ruby_install() {
- emake V=1 DESTDIR="${D}" install || die
+ emake V=1 DESTDIR="${D}" install
}
all_ruby_install() {