diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-10 13:06:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-10 13:06:36 +0000 |
commit | afde072711411f6c0b72dffcf4978f312775f731 (patch) | |
tree | b580b805cb586824447d2440b97a29260ab7651f /mate-extra/mate-dialogs | |
parent | Remove invalid SLOT dependencies from pkg-config, gettext and intltool. Remov... (diff) | |
download | gentoo-2-afde072711411f6c0b72dffcf4978f312775f731.tar.gz gentoo-2-afde072711411f6c0b72dffcf4978f312775f731.tar.bz2 gentoo-2-afde072711411f6c0b72dffcf4978f312775f731.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-dialogs')
-rw-r--r-- | mate-extra/mate-dialogs/ChangeLog | 6 | ||||
-rw-r--r-- | mate-extra/mate-dialogs/mate-dialogs-1.6.2.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/mate-extra/mate-dialogs/ChangeLog b/mate-extra/mate-dialogs/ChangeLog index fcb48259521e..d126acca1728 100644 --- a/mate-extra/mate-dialogs/ChangeLog +++ b/mate-extra/mate-dialogs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mate-extra/mate-dialogs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/ChangeLog,v 1.1 2014/03/02 02:32:25 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/ChangeLog,v 1.2 2014/03/10 13:06:36 ssuominen Exp $ + + 10 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> mate-dialogs-1.6.2.ebuild: + Remove invalid SLOT dependencies from pkg-config, gettext and intltool. Remove + bogus sys-libs/glibc dependency. *mate-dialogs-1.6.2 (02 Mar 2014) diff --git a/mate-extra/mate-dialogs/mate-dialogs-1.6.2.ebuild b/mate-extra/mate-dialogs/mate-dialogs-1.6.2.ebuild index d6ab1bcb1114..f1de3794463b 100644 --- a/mate-extra/mate-dialogs/mate-dialogs-1.6.2.ebuild +++ b/mate-extra/mate-dialogs/mate-dialogs-1.6.2.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-dialogs/mate-dialogs-1.6.2.ebuild,v 1.1 2014/03/02 02:32:25 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/mate-dialogs-1.6.2.ebuild,v 1.2 2014/03/10 13:06:36 ssuominen Exp $ EAPI="5" @@ -31,11 +31,11 @@ RDEPEND=">=dev-libs/glib-2.8:2 DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 >=app-text/mate-doc-utils-1.6:0 - app-text/scrollkeeper:0 - >=dev-util/intltool-0.40:0 + app-text/rarian + >=dev-util/intltool-0.40 >=mate-base/mate-common-1.6:0 - >=sys-devel/gettext-0.14:0 - virtual/pkgconfig:0" + >=sys-devel/gettext-0.14 + virtual/pkgconfig" src_configure() { gnome2_src_configure \ |