diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-07 19:05:40 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-07 19:05:40 +0000 |
commit | 96b1027c89b14433ec5c83d4c5cfe51be07b38cd (patch) | |
tree | 232e8def5349274fe8616ea55ba0292c1359be69 /app-misc | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-96b1027c89b14433ec5c83d4c5cfe51be07b38cd.tar.gz gentoo-2-96b1027c89b14433ec5c83d4c5cfe51be07b38cd.tar.bz2 gentoo-2-96b1027c89b14433ec5c83d4c5cfe51be07b38cd.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/booh/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/booh/booh-0.9.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/booh/ChangeLog b/app-misc/booh/ChangeLog index 75be087b1ef3..241178880f0a 100644 --- a/app-misc/booh/ChangeLog +++ b/app-misc/booh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/booh -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/ChangeLog,v 1.32 2013/11/26 01:29:40 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/ChangeLog,v 1.33 2014/05/07 19:05:40 mrueg Exp $ + + 07 May 2014; Manuel Rüger <mrueg@gentoo.org> booh-0.9.4.ebuild: + Remove ruby18 target. *booh-0.9.4 (26 Nov 2013) diff --git a/app-misc/booh/booh-0.9.4.ebuild b/app-misc/booh/booh-0.9.4.ebuild index db341e001a44..d228b556f783 100644 --- a/app-misc/booh/booh-0.9.4.ebuild +++ b/app-misc/booh/booh-0.9.4.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/app-misc/booh/booh-0.9.4.ebuild,v 1.1 2013/11/26 01:29:40 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/booh-0.9.4.ebuild,v 1.2 2014/05/07 19:05:40 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" inherit eutils bash-completion-r1 ruby-ng |