diff options
Diffstat (limited to 'app-editors/moe')
-rw-r--r-- | app-editors/moe/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/moe/moe-1.5.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/moe/ChangeLog b/app-editors/moe/ChangeLog index dfee4b3c5f80..36db23d1313b 100644 --- a/app-editors/moe/ChangeLog +++ b/app-editors/moe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/moe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/ChangeLog,v 1.2 2013/06/06 06:36:32 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/ChangeLog,v 1.3 2013/06/06 12:25:24 zlogene Exp $ + + 06 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> moe-1.5.ebuild: + amd64 stable wrt bug #472486 06 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml: Reassigning due to Zlogene became Gentoo developer, remove proxy maintainers @@ -12,4 +15,3 @@ +metadata.xml: Initial commit, wrt bug #263658. Ebuild by Mikle Kolyada, who will maintain this package through proxy maintainers - diff --git a/app-editors/moe/moe-1.5.ebuild b/app-editors/moe/moe-1.5.ebuild index fe7e74515445..2c1996a3df22 100644 --- a/app-editors/moe/moe-1.5.ebuild +++ b/app-editors/moe/moe-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/moe-1.5.ebuild,v 1.1 2013/05/03 17:10:03 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/moe-1.5.ebuild,v 1.2 2013/06/06 12:25:24 zlogene Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" |