diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-08 15:54:27 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-08 15:54:27 +0000 |
commit | 0110049f4cc1421456faa6d5e782194194d6218a (patch) | |
tree | 29a3f9996427696e3d0dc416ac47c5be1708c881 /app-office | |
parent | x86 stable, see bug 418675 (diff) | |
download | gentoo-2-0110049f4cc1421456faa6d5e782194194d6218a.tar.gz gentoo-2-0110049f4cc1421456faa6d5e782194194d6218a.tar.bz2 gentoo-2-0110049f4cc1421456faa6d5e782194194d6218a.zip |
Fix the RC suffix it changed schema.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-l10n/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/libreoffice-l10n/ChangeLog b/app-office/libreoffice-l10n/ChangeLog index 8358c2b59a4d..54d8b8802617 100644 --- a/app-office/libreoffice-l10n/ChangeLog +++ b/app-office/libreoffice-l10n/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-l10n # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.53 2012/08/08 12:00:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.54 2012/08/08 15:54:27 scarabeus Exp $ + + 08 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-l10n-3.6.0.ebuild: + Fix the RC suffix it changed schema. *libreoffice-l10n-3.6.0 (08 Aug 2012) diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.ebuild index 6681d66dec51..cce3af8053a3 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.ebuild,v 1.1 2012/08/08 12:00:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.ebuild,v 1.2 2012/08/08 15:54:27 scarabeus Exp $ EAPI=4 MY_PV="3.6.0" -RC_VERSION="rc4" # CHECK ME WITH EVERY BUMP! +RC_VERSION=".4" # CHECK ME WITH EVERY BUMP! BASE_SRC_URI="http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV}/rpm" inherit rpm eutils multilib versionator |