diff options
-rw-r--r-- | app-emacs/hexrgb/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/hexrgb/hexrgb-0_p957.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/hexrgb/ChangeLog b/app-emacs/hexrgb/ChangeLog index deb3e3d99492..bf2f5534bf8f 100644 --- a/app-emacs/hexrgb/ChangeLog +++ b/app-emacs/hexrgb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/hexrgb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/ChangeLog,v 1.1 2014/02/23 08:33:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/ChangeLog,v 1.2 2014/04/11 11:28:51 nimiux Exp $ + + 11 Apr 2014; Chema Alonso <nimiux@gentoo.org> hexrgb-0_p957.ebuild: + Stable for amd64 wrt bug #505526 *hexrgb-0_p957 (22 Feb 2014) diff --git a/app-emacs/hexrgb/hexrgb-0_p957.ebuild b/app-emacs/hexrgb/hexrgb-0_p957.ebuild index b356c0e56002..15a131595f43 100644 --- a/app-emacs/hexrgb/hexrgb-0_p957.ebuild +++ b/app-emacs/hexrgb/hexrgb-0_p957.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/hexrgb-0_p957.ebuild,v 1.1 2014/02/23 08:33:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/hexrgb-0_p957.ebuild,v 1.2 2014/04/11 11:28:51 nimiux Exp $ EAPI=5 @@ -12,6 +12,6 @@ SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SITEFILE="50${PN}-gentoo.el" |