summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-23 11:35:48 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-23 11:35:48 +0000
commitd2e9a6df282c65321ccd5fcb14b82a709ee763c5 (patch)
tree5bee9e5de03749ad69855966eb3781f31469f1ec /app-text/pastebinit
parentStable for amd64, wrt bug #470752 (diff)
downloadgentoo-2-d2e9a6df282c65321ccd5fcb14b82a709ee763c5.tar.gz
gentoo-2-d2e9a6df282c65321ccd5fcb14b82a709ee763c5.tar.bz2
gentoo-2-d2e9a6df282c65321ccd5fcb14b82a709ee763c5.zip
Stable on amd64 and x86, wrt bug #469466. Fix minor QA issue with quoting
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-text/pastebinit')
-rw-r--r--app-text/pastebinit/ChangeLog5
-rw-r--r--app-text/pastebinit/pastebinit-1.3.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/pastebinit/ChangeLog b/app-text/pastebinit/ChangeLog
index 73a7cbee8784..702a6d3a684a 100644
--- a/app-text/pastebinit/ChangeLog
+++ b/app-text/pastebinit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pastebinit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v 1.2 2013/04/11 14:00:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v 1.3 2013/05/23 11:35:48 pinkbyte Exp $
+
+ 23 May 2013; Sergey Popov <pinkbyte@gentoo.org> pastebinit-1.3.1-r1.ebuild:
+ Stable on amd64 and x86, wrt bug #469466. Fix minor QA issue with quoting
*pastebinit-1.3.1-r1 (11 Apr 2013)
diff --git a/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild b/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild
index dba745d6938e..fc6829656d66 100644
--- a/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild,v 1.1 2013/04/11 14:00:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild,v 1.2 2013/05/23 11:35:48 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="crypt"
RDEPEND="${PYTHON_DEPS}
@@ -26,7 +26,7 @@ DEPEND="app-text/docbook-xsl-stylesheets"
src_compile() {
emake -C po
xsltproc --nonet \
- ${EROOT}usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
+ "${EROOT}"usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
pastebinit.xml || die
}