diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-03-10 16:44:32 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-03-10 16:44:32 +0000 |
commit | 95b401f9f940e64b01db97980375f9d18f39ca5b (patch) | |
tree | c892c975088e0bd1f3bc5de99208cf7969af3cdc /mate-extra/mate-calc | |
parent | Version bump wrt security #504100 by Agostino Sarubbo (diff) | |
download | gentoo-2-95b401f9f940e64b01db97980375f9d18f39ca5b.tar.gz gentoo-2-95b401f9f940e64b01db97980375f9d18f39ca5b.tar.bz2 gentoo-2-95b401f9f940e64b01db97980375f9d18f39ca5b.zip |
Further review of dependencies.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'mate-extra/mate-calc')
-rw-r--r-- | mate-extra/mate-calc/ChangeLog | 5 | ||||
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.6.1.ebuild | 13 |
2 files changed, 11 insertions, 7 deletions
diff --git a/mate-extra/mate-calc/ChangeLog b/mate-extra/mate-calc/ChangeLog index 79966965e837..59166b69ace6 100644 --- a/mate-extra/mate-calc/ChangeLog +++ b/mate-extra/mate-calc/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2014/03/10 13:05:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v 1.3 2014/03/10 16:44:32 tomwij Exp $ + + 10 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-calc-1.6.1.ebuild: + Further review of dependencies. 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 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 de83ed0ccab6..d1aeea224afe 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.2 2014/03/10 13:05:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/mate-calc-1.6.1.ebuild,v 1.3 2014/03/10 16:44:32 tomwij Exp $ EAPI="5" @@ -18,7 +18,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -RDEPEND=">=dev-libs/glib-2.30:2 +RDEPEND="app-text/rarian:0 + >=dev-libs/glib-2.30:2 dev-libs/atk:0 dev-libs/libxml2:2 >=x11-libs/gtk+-2.18:2 @@ -27,9 +28,9 @@ RDEPEND=">=dev-libs/glib-2.30:2 DEPEND="${RDEPEND} >=app-text/mate-doc-utils-1.6 - app-text/rarian - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig" + >=app-text/scrollkeeper-dtd-1:1.0 + >=dev-util/intltool-0.35:0 + sys-devel/gettext:0 + virtual/pkgconfig:0" DOCS="AUTHORS ChangeLog NEWS README" |