diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libebml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index 2c1a9e338dd6..48aeb2c10fa3 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libebml # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.27 2004/12/15 21:20:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.28 2004/12/15 21:29:41 kloeri Exp $ + + 15 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> libebml-0.7.2.ebuild: + Add back ~alpha keyword. 15 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> libebml-0.7.0.ebuild: Stable on alpha. diff --git a/dev-libs/libebml/libebml-0.7.2.ebuild b/dev-libs/libebml/libebml-0.7.2.ebuild index f68df2ca4c79..f3c4d68e15ad 100644 --- a/dev-libs/libebml/libebml-0.7.2.ebuild +++ b/dev-libs/libebml/libebml-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.2.ebuild,v 1.3 2004/11/14 09:22:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.2.ebuild,v 1.4 2004/12/15 21:29:41 kloeri Exp $ IUSE="" @@ -12,7 +12,7 @@ SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc64" +KEYWORDS="~x86 ~sparc ~ppc64 ~alpha" DEPEND="virtual/libc" |