diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 17:57:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 17:57:38 +0000 |
commit | 8d780f868cabb788fb1b44c5037710592b78182c (patch) | |
tree | 9986b39aa7bb9052e65e26e1e07e8bbdfaa871d9 /dev-libs/libebml/libebml-0.6.3.ebuild | |
parent | back off one of the arm patches (diff) | |
download | gentoo-2-8d780f868cabb788fb1b44c5037710592b78182c.tar.gz gentoo-2-8d780f868cabb788fb1b44c5037710592b78182c.tar.bz2 gentoo-2-8d780f868cabb788fb1b44c5037710592b78182c.zip |
Add flag-o-matic for bug 49179
Diffstat (limited to 'dev-libs/libebml/libebml-0.6.3.ebuild')
-rw-r--r-- | dev-libs/libebml/libebml-0.6.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/libebml/libebml-0.6.3.ebuild b/dev-libs/libebml/libebml-0.6.3.ebuild index 389d9fc01c84..0e0a587ae598 100644 --- a/dev-libs/libebml/libebml-0.6.3.ebuild +++ b/dev-libs/libebml/libebml-0.6.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.6.3.ebuild,v 1.3 2004/02/27 16:20:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.6.3.ebuild,v 1.4 2004/04/27 17:57:38 agriffis Exp $ + +inherit flag-o-matic IUSE="" @@ -27,3 +29,4 @@ src_install () { einstall || die "make install failed" dodoc ${S}/LICENSE.* } + |