diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-09 18:05:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-09 18:05:49 +0000 |
commit | b8121f0c4c6e193fb30a39b7301eea357ebd954f (patch) | |
tree | f2b52f6f21a23ff3eefd3069ab08b81d045b0680 /app-text/new | |
parent | New revision for GTK+-2, desktop entry, and icon. (diff) | |
download | gentoo-2-b8121f0c4c6e193fb30a39b7301eea357ebd954f.tar.gz gentoo-2-b8121f0c4c6e193fb30a39b7301eea357ebd954f.tar.bz2 gentoo-2-b8121f0c4c6e193fb30a39b7301eea357ebd954f.zip |
Add missing deps wrt #216426
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/new')
-rw-r--r-- | app-text/new/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/new/new-1.3.5.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-text/new/ChangeLog b/app-text/new/ChangeLog index bc88e506129f..061f5e41ad5d 100644 --- a/app-text/new/ChangeLog +++ b/app-text/new/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/new -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.17 2007/05/14 20:13:35 bangert Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.18 2008/04/09 18:05:49 armin76 Exp $ + + 09 Apr 2008; Raúl Porcel <armin76@gentoo.org> new-1.3.5.ebuild: + Add missing deps wrt #216426 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-text/new/new-1.3.5.ebuild b/app-text/new/new-1.3.5.ebuild index 42533bd0b499..ced74c05de80 100644 --- a/app-text/new/new-1.3.5.ebuild +++ b/app-text/new/new-1.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.5.ebuild,v 1.4 2007/02/04 18:27:40 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.5.ebuild,v 1.5 2008/04/09 18:05:49 armin76 Exp $ inherit eutils @@ -13,6 +13,9 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" +DEPEND=">=dev-libs/glib-2 + dev-util/pkgconfig" + src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README TODO |