diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-08-30 15:13:02 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-08-30 15:13:02 +0000 |
commit | eb6f24fe6bf20cc156792a8629a93fd193b2e7c7 (patch) | |
tree | 22d36691cec895d278b4f85c113234b54087e81c /media-libs/aldumb | |
parent | drop system sqlite support until segv is fixed (diff) | |
download | gentoo-2-eb6f24fe6bf20cc156792a8629a93fd193b2e7c7.tar.gz gentoo-2-eb6f24fe6bf20cc156792a8629a93fd193b2e7c7.tar.bz2 gentoo-2-eb6f24fe6bf20cc156792a8629a93fd193b2e7c7.zip |
Stable on alpha, bug #282232
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/aldumb')
-rw-r--r-- | media-libs/aldumb/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/aldumb/aldumb-0.9.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/aldumb/ChangeLog b/media-libs/aldumb/ChangeLog index cfb550ef091b..6f62bbed9a7c 100644 --- a/media-libs/aldumb/ChangeLog +++ b/media-libs/aldumb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/aldumb -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/ChangeLog,v 1.18 2007/02/22 01:45:39 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/ChangeLog,v 1.19 2009/08/30 15:13:02 klausman Exp $ + + 30 Aug 2009; Tobias Klausmann <klausman@gentoo.org> aldumb-0.9.3.ebuild: + Stable on alpha, bug #282232 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-libs/aldumb/aldumb-0.9.3.ebuild b/media-libs/aldumb/aldumb-0.9.3.ebuild index 520ede03c563..fee18390f1a7 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-2007 Gentoo Foundation +# Copyright 1999-2009 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.1 2007/01/29 01:31:40 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/aldumb-0.9.3.ebuild,v 1.2 2009/08/30 15:13:02 klausman Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dumb/dumb-${PV}.tar.gz" LICENSE="DUMB-0.9.2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~x86" DEPEND=">=media-libs/dumb-0.9.3 media-libs/allegro" |