diff options
Diffstat (limited to 'app-text/kbibtex/kbibtex-0.5.1.ebuild')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/kbibtex/kbibtex-0.5.1.ebuild b/app-text/kbibtex/kbibtex-0.5.1.ebuild index c666f8e88d5f..e77ca5d169b5 100644 --- a/app-text/kbibtex/kbibtex-0.5.1.ebuild +++ b/app-text/kbibtex/kbibtex-0.5.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-text/kbibtex/kbibtex-0.5.1.ebuild,v 1.1 2014/05/21 11:52:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.5.1.ebuild,v 1.2 2014/10/29 11:55:55 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX" HOMEPAGE="http://home.gna.org/kbibtex/" if [[ ${PV} != *9999* ]]; then SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P/_/-}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" else EGIT_BRANCH="${PN}/$(get_version_component_range 1-2)" KEYWORDS="" |