diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 17:22:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 17:22:51 +0000 |
commit | 4570c8f0e731a0d0253054743ecd6b8a347971c6 (patch) | |
tree | 87c643090ec6f73cbd1e50d60e61bb7d4126bda5 /dev-tcltk/combobox | |
parent | Stable for amd64, wrt bug #543220 (diff) | |
download | gentoo-2-4570c8f0e731a0d0253054743ecd6b8a347971c6.tar.gz gentoo-2-4570c8f0e731a0d0253054743ecd6b8a347971c6.tar.bz2 gentoo-2-4570c8f0e731a0d0253054743ecd6b8a347971c6.zip |
Stable for amd64, wrt bug #543876
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-tcltk/combobox')
-rw-r--r-- | dev-tcltk/combobox/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/combobox/combobox-2.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/combobox/ChangeLog b/dev-tcltk/combobox/ChangeLog index 90264cecc7ad..3fa9e2f3a9b1 100644 --- a/dev-tcltk/combobox/ChangeLog +++ b/dev-tcltk/combobox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/combobox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.7 2015/03/20 10:21:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.8 2015/03/24 17:22:51 ago Exp $ + + 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> combobox-2.3-r1.ebuild: + Stable for amd64, wrt bug #543876 *combobox-2.3-r1 (20 Mar 2015) diff --git a/dev-tcltk/combobox/combobox-2.3-r1.ebuild b/dev-tcltk/combobox/combobox-2.3-r1.ebuild index 5f734e6b6b75..04ef3a3ab0d4 100644 --- a/dev-tcltk/combobox/combobox-2.3-r1.ebuild +++ b/dev-tcltk/combobox/combobox-2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3-r1.ebuild,v 1.1 2015/03/20 10:21:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3-r1.ebuild,v 1.2 2015/03/24 17:22:51 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www1.clearlight.com/~oakley/tcl/combobox/${P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-lang/tcl:0=" |