diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-06 04:28:16 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-06 04:28:16 +0000 |
commit | 69b67812f860c30a0dd3c65e2a7e1f9388e8471b (patch) | |
tree | 2e9151b9af9cdc045027a7fd169faacd939c9d8e /x11-apps | |
parent | x86 stable wrt bug #445542 (diff) | |
download | gentoo-2-69b67812f860c30a0dd3c65e2a7e1f9388e8471b.tar.gz gentoo-2-69b67812f860c30a0dd3c65e2a7e1f9388e8471b.tar.bz2 gentoo-2-69b67812f860c30a0dd3c65e2a7e1f9388e8471b.zip |
x86 stable wrt bug #445596
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xtitle/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xtitle/xtitle-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xtitle/ChangeLog b/x11-apps/xtitle/ChangeLog index 0b6eb29ab552..19d5a19808ac 100644 --- a/x11-apps/xtitle/ChangeLog +++ b/x11-apps/xtitle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xtitle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v 1.2 2012/12/02 15:05:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v 1.3 2012/12/06 04:28:16 phajdan.jr Exp $ + + 06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xtitle-1.0.2.ebuild: + x86 stable wrt bug #445596 02 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xtitle-1.0.2.ebuild: Stable for amd64, wrt bug #445596 diff --git a/x11-apps/xtitle/xtitle-1.0.2.ebuild b/x11-apps/xtitle/xtitle-1.0.2.ebuild index 1e37c2cf28f1..8c805b9cc092 100644 --- a/x11-apps/xtitle/xtitle-1.0.2.ebuild +++ b/x11-apps/xtitle/xtitle-1.0.2.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-apps/xtitle/xtitle-1.0.2.ebuild,v 1.2 2012/12/02 15:05:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/xtitle-1.0.2.ebuild,v 1.3 2012/12/06 04:28:16 phajdan.jr Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="x11-misc/imake" |