diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-30 14:03:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-30 14:03:54 +0000 |
commit | c26419e20ea589c9ad315466670d711ce53eb724 (patch) | |
tree | 1fb26f935b4fab4217d69743fd7f2c97a58997e4 /x11-misc | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-c26419e20ea589c9ad315466670d711ce53eb724.tar.gz gentoo-2-c26419e20ea589c9ad315466670d711ce53eb724.tar.bz2 gentoo-2-c26419e20ea589c9ad315466670d711ce53eb724.zip |
Stable for amd64, wrt bug #527212
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/openbox-menu/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/openbox-menu/ChangeLog b/x11-misc/openbox-menu/ChangeLog index 1961b46632a8..00ca56f5d94d 100644 --- a/x11-misc/openbox-menu/ChangeLog +++ b/x11-misc/openbox-menu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/openbox-menu # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/openbox-menu/ChangeLog,v 1.9 2014/10/28 10:42:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/openbox-menu/ChangeLog,v 1.10 2014/10/30 14:03:54 ago Exp $ + + 30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> openbox-menu-0.5.1.ebuild: + Stable for amd64, wrt bug #527212 *openbox-menu-0.7.0 (28 Oct 2014) diff --git a/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild b/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild index 128319fe121d..805a08578eae 100644 --- a/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild +++ b/x11-misc/openbox-menu/openbox-menu-0.5.1.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/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild,v 1.1 2014/09/17 08:15:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild,v 1.2 2014/10/30 14:03:54 ago Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/fabriceT/${PN}/downloads/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+icons svg" REQUIRED_USE="svg? ( icons )" |