diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-10 13:05:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-10 13:05:20 +0000 |
commit | 5a7336baed2d5b634409188624920b5e17f8c0bf (patch) | |
tree | dd2ef4f9893c32a93cd3bcae3df8c36ea3f5a4a3 /mate-extra/mate-calc | |
parent | Restrict tests, 1 out of 1 is failing. (diff) | |
download | gentoo-2-5a7336baed2d5b634409188624920b5e17f8c0bf.tar.gz gentoo-2-5a7336baed2d5b634409188624920b5e17f8c0bf.tar.bz2 gentoo-2-5a7336baed2d5b634409188624920b5e17f8c0bf.zip |
Remove invalid SLOT dependencies from pkg-config, gettext and intltool. Remove bogus sys-libs/glibc dependency.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'mate-extra/mate-calc')
-rw-r--r-- | mate-extra/mate-calc/ChangeLog | 6 | ||||
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.6.1.ebuild | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/mate-extra/mate-calc/ChangeLog b/mate-extra/mate-calc/ChangeLog index 32799027b356..79966965e837 100644 --- a/mate-extra/mate-calc/ChangeLog +++ b/mate-extra/mate-calc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mate-extra/mate-calc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v 1.1 2014/03/09 15:04:58 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v 1.2 2014/03/10 13:05:20 ssuominen Exp $ + + 10 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> mate-calc-1.6.1.ebuild: + Remove invalid SLOT dependencies from pkg-config, gettext and intltool. Remove + bogus sys-libs/glibc dependency. *mate-calc-1.6.1 (09 Mar 2014) diff --git a/mate-extra/mate-calc/mate-calc-1.6.1.ebuild b/mate-extra/mate-calc/mate-calc-1.6.1.ebuild index 56a9a7536ed1..de83ed0ccab6 100644 --- a/mate-extra/mate-calc/mate-calc-1.6.1.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.6.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/mate-extra/mate-calc/mate-calc-1.6.1.ebuild,v 1.1 2014/03/09 15:04:58 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/mate-calc-1.6.1.ebuild,v 1.2 2014/03/10 13:05:20 ssuominen Exp $ EAPI="5" @@ -27,10 +27,9 @@ RDEPEND=">=dev-libs/glib-2.30:2 DEPEND="${RDEPEND} >=app-text/mate-doc-utils-1.6 - app-text/scrollkeeper:0 - >=dev-util/intltool-0.35:0 - sys-devel/gettext:0 - sys-libs/glibc:2.2 - virtual/pkgconfig:0" + app-text/rarian + >=dev-util/intltool-0.35 + sys-devel/gettext + virtual/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README" |