diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 21:03:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 21:03:28 +0000 |
commit | 605de96b3034c502cf829ee27e71eec0bc024d3f (patch) | |
tree | 33f2db5557a303dd2d9f87de4bd79ebbc693b1cf /app-office | |
parent | Fix wrong commit, bug 502160 (diff) | |
download | gentoo-2-605de96b3034c502cf829ee27e71eec0bc024d3f.tar.gz gentoo-2-605de96b3034c502cf829ee27e71eec0bc024d3f.tar.bz2 gentoo-2-605de96b3034c502cf829ee27e71eec0bc024d3f.zip |
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/pinpoint/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/pinpoint/pinpoint-0.1.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/pinpoint/ChangeLog b/app-office/pinpoint/ChangeLog index f28ee28fac6c..a17c2c774cc0 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.6 2014/02/22 14:29:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.7 2014/02/22 21:03:28 pacho Exp $ + + 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.4-r1.ebuild: + Fix wrong commit, bug 502160 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.4-r1.ebuild: arch stable, bug 888 diff --git a/app-office/pinpoint/pinpoint-0.1.4-r1.ebuild b/app-office/pinpoint/pinpoint-0.1.4-r1.ebuild index 9bbcdbb70743..45728bbd2f93 100644 --- a/app-office/pinpoint/pinpoint-0.1.4-r1.ebuild +++ b/app-office/pinpoint/pinpoint-0.1.4-r1.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.4-r1.ebuild,v 1.2 2014/02/22 14:29:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.4-r1.ebuild,v 1.3 2014/02/22 21:03:28 pacho Exp $ EAPI=5 GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Pinpoint" 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 |