kensington 15/06/05 16:05:37 Modified: kde4-l10n-4.14.3.ebuild ChangeLog Log: Fix build failure wrt bug #551300. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.2 kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild?r1=1.1&r2=1.2 Index: kde4-l10n-4.14.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kde4-l10n-4.14.3.ebuild 4 Jun 2015 18:44:51 -0000 1.1 +++ kde4-l10n-4.14.3.ebuild 5 Jun 2015 16:05:37 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild,v 1.1 2015/06/04 18:44:51 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild,v 1.2 2015/06/05 16:05:37 kensington Exp $ EAPI=5 @@ -52,7 +52,7 @@ # add all linguas to cmake if [[ -n ${A} ]]; then for LNG in ${LINGUAS}; do - DIR="${PN}-${LNG}-${PV}" + DIR="kde-l10n-${LNG}-${PV}" if [[ -d "${DIR}" ]] ; then echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt fi 1.2 kde-apps/kde4-l10n/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kde4-l10n/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kde4-l10n/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kde4-l10n/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-apps/kde4-l10n/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 4 Jun 2015 18:44:51 -0000 1.1 +++ ChangeLog 5 Jun 2015 16:05:37 -0000 1.2 @@ -1,6 +1,9 @@ -# ChangeLog for kde-base/kde-l10n +# ChangeLog for kde-apps/kde4-l10n # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-apps/kde4-l10n/ChangeLog,v 1.1 2015/06/04 18:44:51 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kde4-l10n/ChangeLog,v 1.2 2015/06/05 16:05:37 kensington Exp $ + + 05 Jun 2015; Michael Palimaka <[email protected]> kde4-l10n-4.14.3.ebuild: + Fix build failure wrt bug #551300. 02 Apr 2015; Michael Palimaka <[email protected]> kde-l10n-4.14.3.ebuild: Introduce minimal USE flag to avoid collisions with Plasma 5.
