diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-16 18:02:39 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-16 18:02:39 +0000 |
commit | bfab1cdfe198eedc1691425ecd440af68a867f73 (patch) | |
tree | 3594aed2cd15526092b037d07eae74fb34b67c09 /app-i18n/kde-l10n-scripts | |
parent | Don't DEPEND on kde-base/kdesdk-misc as it is masked for removal. (diff) | |
download | gentoo-2-bfab1cdfe198eedc1691425ecd440af68a867f73.tar.gz gentoo-2-bfab1cdfe198eedc1691425ecd440af68a867f73.tar.bz2 gentoo-2-bfab1cdfe198eedc1691425ecd440af68a867f73.zip |
Don't DEPEND on kde-base/kdesdk-misc as it is masked for removal. Use kde-base/poxml instead.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'app-i18n/kde-l10n-scripts')
-rw-r--r-- | app-i18n/kde-l10n-scripts/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-i18n/kde-l10n-scripts/ChangeLog b/app-i18n/kde-l10n-scripts/ChangeLog index f13ec149bb7a..9794bf3257df 100644 --- a/app-i18n/kde-l10n-scripts/ChangeLog +++ b/app-i18n/kde-l10n-scripts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/kde-l10n-scripts -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-l10n-scripts/ChangeLog,v 1.4 2012/08/08 11:09:19 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-l10n-scripts/ChangeLog,v 1.5 2013/12/16 18:02:39 johu Exp $ + + 16 Dec 2013; Johannes Huber <johu@gentoo.org> kde-l10n-scripts-9999.ebuild: + Don't DEPEND on kde-base/kdesdk-misc as it is masked for removal. Use kde- + base/poxml instead. 08 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> kde-l10n-scripts-9999.ebuild: diff --git a/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild b/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild index e31c142f220a..fb70842915d6 100644 --- a/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild +++ b/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild,v 1.4 2012/08/08 11:09:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild,v 1.5 2013/12/16 18:02:39 johu Exp $ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://github.com/vpelcak/kde-scripts.git" [[ ${PV} == 9999 ]] && inherit git-2 @@ -21,7 +21,7 @@ RDEPEND=" app-i18n/pology app-shells/bash dev-vcs/subversion - kde-base/kdesdk-misc[extras] + kde-base/poxml[extras] " DEPEND="${RDEPEND}" |