diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-29 22:25:49 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-29 22:25:49 +0000 |
commit | 6c00acf3b51de20831acb531d7d93f348b26b58a (patch) | |
tree | 1153d198bc94da5862efb2793f705a70d4bfc79a /x11-misc/xnview | |
parent | Stable on hppa (bug #117118). (diff) | |
download | gentoo-2-6c00acf3b51de20831acb531d7d93f348b26b58a.tar.gz gentoo-2-6c00acf3b51de20831acb531d7d93f348b26b58a.tar.bz2 gentoo-2-6c00acf3b51de20831acb531d7d93f348b26b58a.zip |
Added missing DEPEND on sys-libs/glibc.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-misc/xnview')
-rw-r--r-- | x11-misc/xnview/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xnview/xnview-1.70-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xnview/ChangeLog b/x11-misc/xnview/ChangeLog index fb5ead22f864..50279a291030 100644 --- a/x11-misc/xnview/ChangeLog +++ b/x11-misc/xnview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xnview # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/ChangeLog,v 1.17 2005/12/29 21:52:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/ChangeLog,v 1.18 2005/12/29 22:25:49 nelchael Exp $ + + 29 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> xnview-1.70-r1.ebuild: + Added missing DEPEND on sys-libs/glibc. 29 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> -xnview-1.68.ebuild, xnview-1.70-r1.ebuild: diff --git a/x11-misc/xnview/xnview-1.70-r1.ebuild b/x11-misc/xnview/xnview-1.70-r1.ebuild index 173d30a80b88..74c2122fef8f 100644 --- a/x11-misc/xnview/xnview-1.70-r1.ebuild +++ b/x11-misc/xnview/xnview-1.70-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/xnview-1.70-r1.ebuild,v 1.2 2005/12/29 21:52:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/xnview-1.70-r1.ebuild,v 1.3 2005/12/29 22:25:49 nelchael Exp $ DESCRIPTION="XnView image viewer/converter" HOMEPAGE="http://www.xnview.com/" @@ -11,7 +11,8 @@ LICENSE="free-noncomm as-is" KEYWORDS="x86 -*" IUSE="" -DEPEND="virtual/x11" +DEPEND="virtual/x11 + sys-libs/glibc" S="${WORKDIR}/XnView-1.70-x86-unknown-linux2.x-static-fc4" |