diff options
author | 2014-12-19 13:34:34 +0000 | |
---|---|---|
committer | 2014-12-19 13:34:34 +0000 | |
commit | 817bb890295a79a601a9d15551c855e916e5d88e (patch) | |
tree | 5bc137cbce65655d7b61491f6b9c1ac88dba9945 /app-office/pinpoint | |
parent | amd64 stable, bug 529964 (diff) | |
download | gentoo-2-817bb890295a79a601a9d15551c855e916e5d88e.tar.gz gentoo-2-817bb890295a79a601a9d15551c855e916e5d88e.tar.bz2 gentoo-2-817bb890295a79a601a9d15551c855e916e5d88e.zip |
amd64 stable, bug 529964
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/pinpoint')
-rw-r--r-- | app-office/pinpoint/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/pinpoint/ChangeLog b/app-office/pinpoint/ChangeLog index 6d805ced29d1..324533ee3eb9 100644 --- a/app-office/pinpoint/ChangeLog +++ b/app-office/pinpoint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/pinpoint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.12 2014/12/18 14:54:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.13 2014/12/19 13:34:34 pacho Exp $ + + 19 Dec 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.5_pre20141026.ebuild: + amd64 stable, bug 529964 18 Dec 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.5_pre20141026.ebuild: x86 stable, bug 529964 diff --git a/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild b/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild index 0beb36e0b47e..47dc37a360a1 100644 --- a/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild +++ b/app-office/pinpoint/pinpoint-0.1.5_pre20141026.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/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v 1.3 2014/12/18 14:54:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v 1.4 2014/12/19 13:34:34 pacho Exp $ EAPI=5 GCONF_DEBUG="no" @@ -15,7 +15,7 @@ SRC_URI="https://git.gnome.org/browse/${PN}/snapshot/${PN}-${MY_PV}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="+gstreamer +pdf" # rsvg is used for svg-in-pdf -- clubbing it under pdf for now |