diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-12 20:32:51 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-12 20:32:51 +0000 |
commit | c3a0502a9482f96e327e5205544e8f143f80a8bd (patch) | |
tree | 573b2affd9984f3690f60b344e5588194a62d021 /media-libs/libopendaap/libopendaap-0.4.0.ebuild | |
parent | Added lateset version and small gcc4 patch from bug #124685. (diff) | |
download | gentoo-2-c3a0502a9482f96e327e5205544e8f143f80a8bd.tar.gz gentoo-2-c3a0502a9482f96e327e5205544e8f143f80a8bd.tar.bz2 gentoo-2-c3a0502a9482f96e327e5205544e8f143f80a8bd.zip |
Added ~alpha keyword.
(Portage version: 2.0.54)
Diffstat (limited to 'media-libs/libopendaap/libopendaap-0.4.0.ebuild')
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libopendaap/libopendaap-0.4.0.ebuild b/media-libs/libopendaap/libopendaap-0.4.0.ebuild index ced9720a1a95..7c00f48a3bd8 100644 --- a/media-libs/libopendaap/libopendaap-0.4.0.ebuild +++ b/media-libs/libopendaap/libopendaap-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.4.0.ebuild,v 1.7 2006/03/06 16:16:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.4.0.ebuild,v 1.8 2006/04/12 20:32:51 tcort Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="http://crazney.net/programs/itunes/files/${P}.tar.bz2" HOMEPAGE="http://crazney.net/programs/itunes/libopendaap.html" SLOT="0" LICENSE="crazney APSL-2" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="~alpha amd64 ppc sparc x86" src_install() { make DESTDIR="${D}" install || die |