diff options
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/edit/ChangeLog | 7 | ||||
-rw-r--r-- | rox-extra/edit/edit-2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/rox-extra/edit/ChangeLog b/rox-extra/edit/ChangeLog index 3f5c541d073e..c4129c817f4a 100644 --- a/rox-extra/edit/ChangeLog +++ b/rox-extra/edit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/edit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/edit/ChangeLog,v 1.24 2013/08/26 11:49:47 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/edit/ChangeLog,v 1.25 2014/01/12 20:07:57 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> edit-2.2.ebuild: + amd64 stable, bug #495914 *edit-2.2 (26 Aug 2013) diff --git a/rox-extra/edit/edit-2.2.ebuild b/rox-extra/edit/edit-2.2.ebuild index 8791e8580350..1ef47ce3bc95 100644 --- a/rox-extra/edit/edit-2.2.ebuild +++ b/rox-extra/edit/edit-2.2.ebuild @@ -1,6 +1,6 @@ -# 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/rox-extra/edit/edit-2.2.ebuild,v 1.1 2013/08/26 11:49:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/edit/edit-2.2.ebuild,v 1.2 2014/01/12 20:07:57 pacho Exp $ ROX_LIB_VER=1.9.14 inherit rox @@ -14,5 +14,5 @@ SRC_URI="mirror://sourceforge/rox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" |