diff options
Diffstat (limited to 'app-text/xournal')
-rw-r--r-- | app-text/xournal/xournal-0.4.7.ebuild | 4 | ||||
-rw-r--r-- | app-text/xournal/xournal-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/xournal/xournal-0.4.7.ebuild b/app-text/xournal/xournal-0.4.7.ebuild index 5eb47de3786d..81606545c86f 100644 --- a/app-text/xournal/xournal-0.4.7.ebuild +++ b/app-text/xournal/xournal-0.4.7.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/app-text/xournal/xournal-0.4.7.ebuild,v 1.1 2012/07/05 22:53:15 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.7.ebuild,v 1.2 2012/07/09 02:34:32 mr_bones_ Exp $ EAPI=4 @@ -55,7 +55,7 @@ src_prepare() { if ! use vanilla && [[ "${PV}" != "9999" ]]; then epatch "${WORKDIR}"/${PN}-${PVR}-gentoo.patch fi - if ! use vanilla; then + if ! use vanilla; then sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c fi eautoreconf diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild index 95d098aa0399..75ec28808f44 100644 --- a/app-text/xournal/xournal-9999.ebuild +++ b/app-text/xournal/xournal-9999.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/app-text/xournal/xournal-9999.ebuild,v 1.2 2012/07/05 22:53:15 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-9999.ebuild,v 1.3 2012/07/09 02:34:32 mr_bones_ Exp $ EAPI=4 @@ -55,7 +55,7 @@ src_prepare() { if ! use vanilla && [[ "${PV}" != "9999" ]]; then epatch "${WORKDIR}"/${PN}-${PVR}-gentoo.patch fi - if ! use vanilla; then + if ! use vanilla; then sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c fi eautoreconf |