diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-20 14:42:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-20 14:42:53 +0000 |
commit | 4ab64711559c3de6ab8a56d9635d76fe40cc26cc (patch) | |
tree | 032dd9d15f41dde5b4d8f88bc6872efd779a6f1e /x11-misc | |
parent | Stable for amd64, wrt bug #422167 (diff) | |
download | gentoo-2-4ab64711559c3de6ab8a56d9635d76fe40cc26cc.tar.gz gentoo-2-4ab64711559c3de6ab8a56d9635d76fe40cc26cc.tar.bz2 gentoo-2-4ab64711559c3de6ab8a56d9635d76fe40cc26cc.zip |
Stable for amd64, wrt bug #422383
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index c4101ba79a5a..39bc7e6492d3 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/rednotebook # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.61 2012/06/20 06:08:55 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.62 2012/06/20 14:42:53 ago Exp $ + + 20 Jun 2012; Agostino Sarubbo <ago@gentoo.org> rednotebook-1.4.0.ebuild: + Stable for amd64, wrt bug #422383 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> rednotebook-1.4.0.ebuild: marked x86 per bug 422383 diff --git a/x11-misc/rednotebook/rednotebook-1.4.0.ebuild b/x11-misc/rednotebook/rednotebook-1.4.0.ebuild index d0b792f3b77d..93cb10c30ea8 100644 --- a/x11-misc/rednotebook/rednotebook-1.4.0.ebuild +++ b/x11-misc/rednotebook/rednotebook-1.4.0.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/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v 1.2 2012/06/20 06:08:55 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v 1.3 2012/06/20 14:42:53 ago Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="libyaml spell" for x in ${LANGS}; do IUSE="${IUSE} linguas_${x}" |