diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 04:17:26 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 04:17:26 +0000 |
commit | 6cde44af466757daaa5308edc08f4c4bc7bc052f (patch) | |
tree | 18c9c1ecf063f294a9e325f1d570f3107e7374b9 /media-gfx/duhdraw | |
parent | Initial import (diff) | |
download | gentoo-2-6cde44af466757daaa5308edc08f4c4bc7bc052f.tar.gz gentoo-2-6cde44af466757daaa5308edc08f4c4bc7bc052f.tar.bz2 gentoo-2-6cde44af466757daaa5308edc08f4c4bc7bc052f.zip |
x86 stable wrt bug #495698
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'media-gfx/duhdraw')
-rw-r--r-- | media-gfx/duhdraw/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/duhdraw/ChangeLog b/media-gfx/duhdraw/ChangeLog index effeb1ff2d27..611448c030aa 100644 --- a/media-gfx/duhdraw/ChangeLog +++ b/media-gfx/duhdraw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/duhdraw -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/ChangeLog,v 1.18 2013/06/17 07:23:43 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/ChangeLog,v 1.19 2014/02/24 04:17:26 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + duhdraw-2.8.13-r1.ebuild: + x86 stable wrt bug #495698 17 Jun 2013; Tim Harder <radhermit@gentoo.org> -duhdraw-2.8.12.ebuild, -files/duhdraw-2.8.12-macos.patch, -files/duhdraw-2.8.12-prestrip.patch: diff --git a/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild b/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild index 7037af67324e..31119d92edab 100644 --- a/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild +++ b/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild,v 1.1 2013/06/17 07:22:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild,v 1.2 2014/02/24 04:17:26 phajdan.jr Exp $ EAPI=5 inherit toolchain-funcs eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.cs.helsinki.fi/u/penberg/duhdraw/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" |