summaryrefslogtreecommitdiff
path: root/dev-cpp/libstudxml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/libstudxml')
-rw-r--r--dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild b/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild
index f998177bcf17..394244384b70 100644
--- a/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild
+++ b/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild
@@ -7,12 +7,12 @@ MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)"
inherit build2
-SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
DESCRIPTION="Streaming XML pull parser/serializer for modern C++"
HOMEPAGE="https://www.codesynthesis.com/projects/libstudxml/"
+SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-
-S="${WORKDIR}/${MY_P}"