diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-05 19:40:37 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-05 19:40:37 +0000 |
commit | 9f12a2b7962c8c2432b005a902d5e00529e1dc2b (patch) | |
tree | 06108897968f75c4492c6d5066f6fd51dc0b901d /app-text | |
parent | Move pkgconfig to DEPEND wrt #217278. (diff) | |
download | gentoo-2-9f12a2b7962c8c2432b005a902d5e00529e1dc2b.tar.gz gentoo-2-9f12a2b7962c8c2432b005a902d5e00529e1dc2b.tar.bz2 gentoo-2-9f12a2b7962c8c2432b005a902d5e00529e1dc2b.zip |
Remove scons, pkgconfig and intltool from runtime deps.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/glosung/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/glosung/glosung-3.2.2.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-text/glosung/ChangeLog b/app-text/glosung/ChangeLog index 14f54949955e..6f90ab949f88 100644 --- a/app-text/glosung/ChangeLog +++ b/app-text/glosung/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/glosung # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.6 2008/02/19 16:15:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.7 2008/05/05 19:40:37 drac Exp $ + + 05 May 2008; Samuli Suominen <drac@gentoo.org> glosung-3.2.2.ebuild: + Remove scons, pkgconfig and intltool from runtime deps. *glosung-3.2.2 (19 Feb 2008) diff --git a/app-text/glosung/glosung-3.2.2.ebuild b/app-text/glosung/glosung-3.2.2.ebuild index b0ca2b326c43..2e463465f3aa 100644 --- a/app-text/glosung/glosung-3.2.2.ebuild +++ b/app-text/glosung/glosung-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.2.2.ebuild,v 1.1 2008/02/19 16:15:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.2.2.ebuild,v 1.2 2008/05/05 19:40:37 drac Exp $ DESCRIPTION="Watch word program for the GNOME2 desktop (watch word (german): losung)" HOMEPAGE="http://www.godehardt.org/losung.html" @@ -9,16 +9,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=">=dev-util/scons-0.93 - dev-util/pkgconfig - >=dev-util/intltool-0.22 - >=sys-devel/gettext-0.10" RDEPEND=">=gnome-base/gconf-2.0 >=x11-libs/gtk+-2.4 >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 - net-misc/curl - ${DEPEND}" + net-misc/curl" +DEPEND="${RDEPEND} + >=dev-util/scons-0.93 + dev-util/pkgconfig + >=dev-util/intltool-0.22 + >=sys-devel/gettext-0.10" src_compile() { scons ${MAKEOPTS} || die "scons make died" |