diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-25 06:18:45 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-25 06:18:45 +0000 |
commit | 4fe184edefe3a6d7af461579afe367cf44d46aea (patch) | |
tree | f35cf12f8162f8b9d68fcdfa5cbb6e8b41096f16 /x11-misc/3dfb | |
parent | link with gold linker (bug #514428) (diff) | |
download | gentoo-2-4fe184edefe3a6d7af461579afe367cf44d46aea.tar.gz gentoo-2-4fe184edefe3a6d7af461579afe367cf44d46aea.tar.bz2 gentoo-2-4fe184edefe3a6d7af461579afe367cf44d46aea.zip |
Add missing dependency on x11-libs/libXmu, wrt bug #514998. Thanks to Patrick Lauer for discovering this issue
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'x11-misc/3dfb')
-rw-r--r-- | x11-misc/3dfb/3dfb-0.6.1-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/3dfb/ChangeLog | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild b/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild index 85d8aa9794fc..5e98cc288f52 100644 --- a/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild +++ b/x11-misc/3dfb/3dfb-0.6.1-r1.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/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.2 2014/03/13 09:04:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.3 2014/06/25 06:18:45 pinkbyte Exp $ EAPI=5 @@ -16,7 +16,8 @@ KEYWORDS="amd64 ppc x86" RDEPEND="dev-libs/glib:2 media-libs/freeglut - virtual/opengl" + virtual/opengl + x11-libs/libXmu" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/x11-misc/3dfb/ChangeLog b/x11-misc/3dfb/ChangeLog index e501edc0861f..52f84c4141cb 100644 --- a/x11-misc/3dfb/ChangeLog +++ b/x11-misc/3dfb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/3dfb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.13 2014/03/13 09:04:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.14 2014/06/25 06:18:45 pinkbyte Exp $ + + 25 Jun 2014; Sergey Popov <pinkbyte@gentoo.org> 3dfb-0.6.1-r1.ebuild: + Add missing dependency on x11-libs/libXmu, wrt bug #514998. Thanks to Patrick + Lauer for discovering this issue 13 Mar 2014; Sergey Popov <pinkbyte@gentoo.org> -3dfb-0.6.1.ebuild, 3dfb-0.6.1-r1.ebuild: |