diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 14:39:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 14:39:53 +0000 |
commit | 31009f18d6e576e51558d68d3dc851e623763c54 (patch) | |
tree | aecbe264888bd4a1e476f377d3a0934fbc435f47 /x11-libs | |
parent | Stable on amd64 wrt bug #286275 (diff) | |
download | gentoo-2-31009f18d6e576e51558d68d3dc851e623763c54.tar.gz gentoo-2-31009f18d6e576e51558d68d3dc851e623763c54.tar.bz2 gentoo-2-31009f18d6e576e51558d68d3dc851e623763c54.zip |
Stable on amd64 wrt bug #352117
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxdl_view/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libxdl_view/libxdl_view-4.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libxdl_view/ChangeLog b/x11-libs/libxdl_view/ChangeLog index 90bf6725d2be..fe5c7d047adb 100644 --- a/x11-libs/libxdl_view/ChangeLog +++ b/x11-libs/libxdl_view/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libxdl_view # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.5 2011/01/19 13:25:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.6 2011/01/20 14:39:53 hwoarang Exp $ + + 20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> libxdl_view-4.2-r1.ebuild: + Stable on amd64 wrt bug #352117 19 Jan 2011; Justin Lecher <jlec@gentoo.org> files/4.2-as-needed.patch, files/4.2-impl-dec.patch: diff --git a/x11-libs/libxdl_view/libxdl_view-4.2-r1.ebuild b/x11-libs/libxdl_view/libxdl_view-4.2-r1.ebuild index 8f9e6220da15..63ecb1724a5d 100644 --- a/x11-libs/libxdl_view/libxdl_view-4.2-r1.ebuild +++ b/x11-libs/libxdl_view/libxdl_view-4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r1.ebuild,v 1.2 2011/01/16 10:51:16 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r1.ebuild,v 1.3 2011/01/20 14:39:53 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.ccp4.ac.uk/jwc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/libXt" |