diff options
author | 2013-07-28 09:42:56 +0000 | |
---|---|---|
committer | 2013-07-28 09:42:56 +0000 | |
commit | 289d2c3c6c385db31721d286878d6572ff0e72d7 (patch) | |
tree | f9c634d65d825f058295b6a93e4c53b2c1c35c89 /app-i18n/mozc | |
parent | Marked ~x64-macos, bug #435528 (diff) | |
download | gentoo-2-289d2c3c6c385db31721d286878d6572ff0e72d7.tar.gz gentoo-2-289d2c3c6c385db31721d286878d6572ff0e72d7.tar.bz2 gentoo-2-289d2c3c6c385db31721d286878d6572ff0e72d7.zip |
Drop miss-added dep to dev-libs/protobuf. #478094
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.10.1390.102.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-i18n/mozc/ChangeLog b/app-i18n/mozc/ChangeLog index 25b8d933a9c8..2f88c2437eed 100644 --- a/app-i18n/mozc/ChangeLog +++ b/app-i18n/mozc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/mozc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.7 2013/07/20 07:15:49 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.8 2013/07/28 09:42:56 naota Exp $ + + 28 Jul 2013; Naohiro Aota <naota@gentoo.org> mozc-1.10.1390.102.ebuild: + Drop miss-added dep to dev-libs/protobuf. #478094 20 Jul 2013; Naohiro Aota <naota@gentoo.org> mozc-1.10.1390.102.ebuild, mozc-1.6.1187.102.ebuild: diff --git a/app-i18n/mozc/mozc-1.10.1390.102.ebuild b/app-i18n/mozc/mozc-1.10.1390.102.ebuild index 6af4af895a58..0b15167d37f5 100644 --- a/app-i18n/mozc/mozc-1.10.1390.102.ebuild +++ b/app-i18n/mozc/mozc-1.10.1390.102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.10.1390.102.ebuild,v 1.3 2013/07/20 07:15:49 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.10.1390.102.ebuild,v 1.4 2013/07/28 09:42:56 naota Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -38,7 +38,6 @@ RDEPEND="dev-libs/glib:2 ) ${PYTHON_DEPS}" DEPEND="${RDEPEND} - ~dev-libs/protobuf-2.4.1 virtual/pkgconfig" BUILDTYPE="${BUILDTYPE:-Release}" |