diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-18 14:53:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-18 14:53:59 +0000 |
commit | 0fe8f5b3b3e38b7146b8842358f536dca6fa5711 (patch) | |
tree | 3c7ca28e7d972e92da4ba7d911c34ac90e754c78 /app-office/gtimelog | |
parent | x86 stable, bug 529964 (diff) | |
download | gentoo-2-0fe8f5b3b3e38b7146b8842358f536dca6fa5711.tar.gz gentoo-2-0fe8f5b3b3e38b7146b8842358f536dca6fa5711.tar.bz2 gentoo-2-0fe8f5b3b3e38b7146b8842358f536dca6fa5711.zip |
x86 stable, bug 529964
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/gtimelog')
-rw-r--r-- | app-office/gtimelog/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gtimelog/gtimelog-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gtimelog/ChangeLog b/app-office/gtimelog/ChangeLog index 2c88ef7053b7..be27faf8ef14 100644 --- a/app-office/gtimelog/ChangeLog +++ b/app-office/gtimelog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gtimelog # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.11 2014/11/11 12:09:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.12 2014/12/18 14:53:59 pacho Exp $ + + 18 Dec 2014; Pacho Ramos <pacho@gentoo.org> gtimelog-0.8.1.ebuild: + x86 stable, bug 529964 *gtimelog-0.8.1 (11 Nov 2014) diff --git a/app-office/gtimelog/gtimelog-0.8.1.ebuild b/app-office/gtimelog/gtimelog-0.8.1.ebuild index 7d4e351b04ea..0d9a51a34ea1 100644 --- a/app-office/gtimelog/gtimelog-0.8.1.ebuild +++ b/app-office/gtimelog/gtimelog-0.8.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/app-office/gtimelog/gtimelog-0.8.1.ebuild,v 1.1 2014/11/11 12:09:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.8.1.ebuild,v 1.2 2014/12/18 14:53:59 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -16,7 +16,7 @@ SLOT="0" SRC_URI="https://launchpad.net/gtimelog/devel/${PV}/+download/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="ayatana test" |