diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-08 17:21:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-08 17:21:14 +0000 |
commit | 2f4164a58a255cffd1e3f4eb9223579f8676007e (patch) | |
tree | 558122583235a8197b0a06fad52426575e8d21d0 /media-libs/aldumb | |
parent | Fix building with libpng15 wrt #378173 by Diego Elio Pettenò. Make compatibl... (diff) | |
download | gentoo-2-2f4164a58a255cffd1e3f4eb9223579f8676007e.tar.gz gentoo-2-2f4164a58a255cffd1e3f4eb9223579f8676007e.tar.bz2 gentoo-2-2f4164a58a255cffd1e3f4eb9223579f8676007e.zip |
drop alpha to match media-libs/allegro keywords
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'media-libs/aldumb')
-rw-r--r-- | media-libs/aldumb/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/aldumb/aldumb-0.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/aldumb/ChangeLog b/media-libs/aldumb/ChangeLog index 8a76cc5f0659..40389c343c41 100644 --- a/media-libs/aldumb/ChangeLog +++ b/media-libs/aldumb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/aldumb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/ChangeLog,v 1.25 2011/04/02 11:50:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/ChangeLog,v 1.26 2011/08/08 17:21:14 mr_bones_ Exp $ + + 08 Aug 2011; Michael Sterrett <mr_bones_@gentoo.org> aldumb-0.9.3.ebuild: + drop alpha to match media-libs/allegro keywords 02 Apr 2011; Raúl Porcel <armin76@gentoo.org> aldumb-0.9.3.ebuild: Drop ia64 keywords diff --git a/media-libs/aldumb/aldumb-0.9.3.ebuild b/media-libs/aldumb/aldumb-0.9.3.ebuild index ea4b8acc1543..45b5ebec5cfa 100644 --- a/media-libs/aldumb/aldumb-0.9.3.ebuild +++ b/media-libs/aldumb/aldumb-0.9.3.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/media-libs/aldumb/aldumb-0.9.3.ebuild,v 1.8 2011/04/02 11:50:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/aldumb-0.9.3.ebuild,v 1.9 2011/08/08 17:21:14 mr_bones_ Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dumb/dumb-${PV}.tar.gz" LICENSE="DUMB-0.9.2" SLOT="0" -KEYWORDS="alpha amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="debug" DEPEND=">=media-libs/dumb-0.9.3 |