diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-12 19:04:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-12 19:04:48 +0000 |
commit | bf4f274c6ba3a1171c340328aa05629f7e8aefa1 (patch) | |
tree | fbd9564ae9671a25cf4dd783ea907e5fb91de116 /dev-ruby/uuidtools | |
parent | Stable for amd64, wrt bug #437602 (diff) | |
download | gentoo-2-bf4f274c6ba3a1171c340328aa05629f7e8aefa1.tar.gz gentoo-2-bf4f274c6ba3a1171c340328aa05629f7e8aefa1.tar.bz2 gentoo-2-bf4f274c6ba3a1171c340328aa05629f7e8aefa1.zip |
Stable for amd64, wrt bug #437364
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/uuidtools')
-rw-r--r-- | dev-ruby/uuidtools/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/uuidtools/uuidtools-2.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/uuidtools/ChangeLog b/dev-ruby/uuidtools/ChangeLog index 9462cd7e5324..a4fa4c470ede 100644 --- a/dev-ruby/uuidtools/ChangeLog +++ b/dev-ruby/uuidtools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/uuidtools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.27 2012/09/24 16:19:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.28 2012/10/12 19:04:48 ago Exp $ + + 12 Oct 2012; Agostino Sarubbo <ago@gentoo.org> uuidtools-2.1.3.ebuild: + Stable for amd64, wrt bug #437364 24 Sep 2012; Hans de Graaff <graaff@gentoo.org> -uuidtools-2.1.2.ebuild: Cleanup. diff --git a/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild b/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild index 77e36bd996f2..27c5bc047b6c 100644 --- a/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild +++ b/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild,v 1.1 2012/07/20 05:48:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.3.ebuild,v 1.2 2012/10/12 19:04:48 ago Exp $ EAPI=2 @@ -20,7 +20,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" +KEYWORDS="amd64 ~x86 ~x86-macos" IUSE="" RUBY_PATCHES=( ${PN}-2.1.2-macaddress.patch ) |